Support

Home Forums Event Espresso Premium Custom CSS

Custom CSS

Posted: December 1, 2013 at 11:38 pm

Viewing 9 reply threads


Nathan Winnall

December 1, 2013 at 11:38 pm

Hello,
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;}
and still no luck, if you could please help that would be fantastic.

The site is neurotherapyservices.com.au but i have maintenance mode on, do you need the login details to have a look at code? As i have just upgraded to the new version and that code above does not work anymore.

Also I am having trouble with the description in the event overview, i can not type anything at times, can you please help?

Thankyou in advance!!
Nathan


Dean

December 2, 2013 at 4:27 am

Hi,

The code you supplied above works for both the event list and single event registration pages on my install so I assume your theme might be over ruling the changes (or possibly Themeroller, though my site had Themeroller active).

I would suggest trying first to disable Themeroller and see if that makes a difference, and then try a default theme such as TwentyTwelve.

If the code you supplied works after one or both of those tests then you may need to modify the CSS to take that into account.

One simple though heavy handed way to do it would be to use the !important rule, like so

h3.ui-widget-header a {font-size:20px !important; line-height:50px !important;}

But note, no other rules will be able to over ride that rule after using !important.


Nathan Winnall

December 3, 2013 at 2:50 am

Hi Dean,

Thankyou for your quick response. I had tried your suggestion, deactivating theme roller, no success and then changing theme and no success. It is strange as it did work previously to me updated to latest version of event espresso. I just had the problem of the single event page not working correctly.

Do you have any other suggestions?

Also did you see my comment about the descriptions?

Thankyou again Dean, looking forward to your answer and hopefully solving this issue


Dean

December 3, 2013 at 6:04 am

Without being able to see the site, it’s hard to say. Can you provide a link to the event list?


Nathan Winnall

December 8, 2013 at 2:59 pm

Hi Dean,

Apologies for the late reply, i can provide the link but you need to sign into wordpress first as i have Maintenance Mode activated. DO you need my login details? if so can i do so via email of privately?

Thanks,
Nathan


Dean

December 9, 2013 at 1:39 am

Sure, you can send them via this form https://eventespresso.com/send-login-details/

NOTE: login details need to be Admin level and FTP details are appreciated.


Nathan Winnall

December 9, 2013 at 1:57 am

great thank you Dean sending them to you now


Dean

December 9, 2013 at 5:00 am

OK, so it looks liek the theme is being very specific about the h3’s so you will need to change the rules slightly,

<pre class=”brush: css; gutter: true; first-line: 1; highlight: []; html-script: false”>h3.ui-widget-header {font-size:20px; line-height:50px;}

.box h3.ui-widget-header {
font-size: 20px;
line-height: 50px;
}

One for the event list and one for the registration page.


Nathan Winnall

December 9, 2013 at 1:16 pm

Hi Dean,

Thankyou for your reply, i was able to put the CSS in the themeroller-base.css and it worked on the event list, and the single event page which i think you mentioned is the registration page, but the colour still lighter so i put the colour: #000; and it has seemed to work. Until i get to the payment Overview page, the Payment choose an option is light and then the box does not have any options in there.

Sorry about all of these questions bit of newbie to Event espresso and just want to get the site running perfectly for my client

Thankyou again Dean your help is greatly appreciated!!


Nathan Winnall

December 10, 2013 at 7:21 pm

Hello Dean, Did you see my request in my previous comment?

Viewing 9 reply threads

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.

Event Espresso