I am having trouble with the header of the event categories. I have been able to make the change to the first page event header but when you click view details the header goes back to another style
This is the code i found and used to change the header
h3.ui-widget-header a {font-size:20px; line-height:50px;}
I understand the second is not a “a” attribute but i did change the other one to
h3.ui-widget-header {font-size:20px; line-height:50px;} should work, it worked on my test install. The only reason it wouldn’t is if something is over ruling the CSS later on or has used the !important marker. Without seeing the site to inspect the elements it’s hard to say.
If you haven’t already I would use the developer tools in the browser to inspect the CSS and see what’s going on.
By the way, that code actually works for both the event list and single registration page.
Viewing 1 reply thread
The support post ‘Custom CSS’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.