Hi,
I recently updated to the latest version of the Enfold theme and now some the Custom CSS I had inputed to change colours of heading etc is not working.
I had previously used the following codes to change the following elements
Heading colours – #top .entry-content h1 { color: #58585a; }
Blog post heading colour – .main_color .newsbox .news-headline {color: #58585a;}
Icon Box heading colour – .iconbox_icon.heading-color.avia-font-entypo-fontello {color: #58585a;}
Can you let me know why these codes would now not be working?
Thanks for your help!
Hi,
Can you post a link to your website please?
Regards,
Josue
Hi Josue,
Thanks for your response.
The website url is http://www.theearthwins.com
Any assistance would be great.
Thanks.
Hello stevewhite06 – I had the same issue. .entry-content looks to have been changed to .entry-content-wrapper. I don’t think this was mentioned in the changelog but Kriesi explains the change here…
https://kriesi.at/support/topic/changed-and-added-classnames/
btw… This should work for you…
Change: #top .entry-content h1 { color: #58585a; }
to
#top .entry-content-wrapper h1 { color: #58585a; }
Hi Jeeves,
Thanks for your help with this. The new code worked fine.
Thanks again,
Steve