Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #785956

    Hello,

    When I updated the Enfold theme to the latest version the only thing that changed was the font color of my main navigation on the front page, before you start scrolling down. It’s dark blue, but it should be white. I tried a bunch of settings, but I couldn’t find the one that controls that attribute. Is there a setting to adjust, or do I need to change the stylesheet?

    Thank you!

    #786142

    Hey wallace.i.media,

    Please try the following in Quick CSS under Enfold->General Styling:

    .home #avia-menu .avia-menu-fx {
      color:white !important;
    }

    Best regards,
    Rikard

    #786149

    Hello, thanks for the quick reply! It didn’t work unfortunately. What else can I try?

    #786191

    Hi,

    Try using this css code:

    #top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text {
        color: white !important;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #790874

    No, sorry, that didn’t work either. I even tried combining both of your suggestions at the same time.
    What else can I try?

    Here’s what’s in the General Styling > Quick CSS box:

    #top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text {
    color: white !important;
    }
    .home #avia-menu .avia-menu-fx {
    color:white !important;
    }
    /*.post-entry > a:nth-child(1) > img:nth-child(1) {
    height: 180px !important;
    max-height: 180px !important;
    width: auto !important;
    }*/
    #header_splash {
    height: 360px !important;
    }
    #header_splash .av-section-color-overlay {
    height: 360px !important;
    }
    .slide-entry-excerpt {
    color: white;
    text-align: center;
    }

    #790879

    Hi,

    It’s fixed. I noticed that this

    >

    has been replaced with (without the spaces):

    & g t ;

    this usually happens when the code is copied from the email. Let us know if this it’s good :)

    Best regards,
    Nikko

    #790883

    Perfect, thank you for your help! :)

    #790888

    Hi,

    Glad we could help! Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.