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

    How do I change the color of the Fullwidth Sub menu styling ~ for example. Font size, idle color, hover color

    #1180353

    Hi lmzucker432,

    The option with styling it is limited, the menu colors is chosen from the colors in Main Content, Alternate Content, Logo Area, etc.
    If you need some custom CSS to help with it, then we’ll provide it, just give us the values for the font size, color and hover color.

    Best regards,
    Nikko

    #1180424

    I would like the font size around 20, the idle color would be white with no opacity and rollover would be yellow.

    #1180455

    Hi lmzucker432,

    Try adding this CSS code in Quick CSS, located in Enfold > General Styling:

    #top .av-submenu-container .avia-menu-text {
        color: white;
        font-size: 20px;
    }
    
    #top .av-submenu-container .avia-menu-text:hover {
        color: yellow;
    }

    Best regards,
    Nikko

    #1181035

    After clearing my cache and adding that code no elements changed.

    #1181137

    Hi lmzucker432,

    I have inspected your site but I don’t see the code I gave anywhere.
    Can you try to disable CSS file merging and compression in Enfold > Performance? then clear the cache.

    Best regards,
    Nikko

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