Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #856687

    Hi,
    I’ve imported the enfold health demo which is green all over. I changed colors fonts and sizes in the “General Styling” area and cleared my cache (browser and website).
    Still the footer and socket as well as the page background (behind the background image I use) is green, so are all links although they are defined as #344652 (which is a very dark blue/gray).
    I really don’t know where else to look for the color codes. Please help!
    Thanks, Rob

    #856873

    Hey Robert,

    I don’t see any green, could you attach some screenshots or point us to a page where it is happening?

    Best regards,
    Victoria

    #856916

    You’re right, now there’s no green at all. Funny, because the only thing I’ve done in the meantime was to install an configure sitepress (wpml.org) for multilanguage purposes.

    So the coloring issues are obsolete, but the font sizes are still not applying to those I set up in the enfold settings.
    As you can see in the attached images the settings say color #344652, font size 26px, hover color #6b818f. But the outcome is color #55606e, font size 13px and no hover color…
    What am I doing wrong here?

    Greets, Rob

    #857334

    Hi,

    Thank you for the info.

    The Main Menu Links advanced styling is for the theme’s main meun menu but since you’re using the full width submenu element, it’s not going to work. You have to add the modification in the Quick CSS field.

    #top .av-submenu-container {
        font-size: 26px;
    }
    
    .header_color .av-subnav-menu a {
        color: red;
    }
    
    .header_color .av-subnav-menu a:hover {
        color: blue;
    }

    Best regards,
    Ismael

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