Wednesday, 25 March 2015
  5 Replies
  1.4K Visits
0
Votes
Undo
Hi there,

I have created a menu item "List by Category" to show a list of future events.

Here's a link to the page: http://paulbull.co.uk/index.php/course- ... /25/-.html

I have a couple of questions:
How do I change the page title from Events Calendar to Course dates at a glance
Secondly how do I change the width and heigh of the category drop down box as it doesn't show properly either in a web browser or mobile web browser.

Thanks

Paul
10 years ago
·
#144814
0
Votes
Undo
Edit the menu item parameters to change the title

Add this to your custom CSS file
#jevents_body .jev_daysnames.category {
min-height: 33px;
min-width: 110px;
}

#jevents_body .jev_daysnames.category select {
height: 25px;
}

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

10 years ago
·
#144815
0
Votes
Undo
Thanks Geraint.

How do I edit the heading to match the style of my joomla template? Sorry new to all this!

Also, where can I find information on how to edit all the layouts of the existing template?

Thanks

Paul
10 years ago
·
#144816
0
Votes
Undo
Hi Paul,

Add:


#jevents_header h2.contentheading {
margin-bottom: 0.75em;
font-size: 1.5em;
line-height: 1.2;
padding: 5px 0px;
font-weight: normal;
}


To your JEvents Custom CSS.

Thanks
Tony

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

10 years ago
·
#144817
0
Votes
Undo
Thanks Tony....

Nearly there - one last question on this topic. The update to CSS worked but the title is positioned a little lower down the page than those on other joomla pages. Where can I edit where down the page the title is positioned.

Here's the home page:

http://paulbull.co.uk/index.php

Here's the events page:

http://paulbull.co.uk/index.php/course-dates.html

As you can see they are ever so slightly off.

I've amended the code and removed the padding which is slightly better but still out!:

#jevents_header h2.contentheading {
margin-bottom: 0.75em;
font-size: 1.5em;
line-height: 1.2;
padding: 0px 0px;
font-weight: normal;
}

Thanks again,

Paul
10 years ago
·
#144818
0
Votes
Undo
Hi Paul,

Glad to hear. Your requests are getting along the line of Club Support.

For further help on CSS Changes please see:

https://www.jevents.net/docs/jevents/it ... s-with-css

Thanks
Tony

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

  • Page :
  • 1
There are no replies made for this post yet.