Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #161675

    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!

    #162025

    Hi,

    Can you post a link to your website please?

    Regards,
    Josue

    #162231

    Hi Josue,

    Thanks for your response.

    The website url is http://www.theearthwins.com

    Any assistance would be great.

    Thanks.

    #162241

    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; }

    #162244

    Hi all,

    Thanks Jeeves!

    Regards,
    Yigit

    #162625

    Hi Jeeves,

    Thanks for your help with this. The new code worked fine.

    Thanks again,
    Steve

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Custom CSS not working correctly following update’ is closed to new replies.