Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #465242

    Hi, I would like to change the color of the fullwidth sub menu so that the background would be #37a8e0 and the font/text and the elements between the different menu items would be white.

    Thanks.

    #465244

    Hey!

    Try adding this code to the Quick CSS:

    #top .av-submenu-container, .av-submenu-container a {
        background-color: #37a8e0 ;
    }
    
    #top .av-subnav-menu li a {
        background-color: transparent;
        color: white;
    }

    Cheers! 
    Josue

    #465263

    Great, than did the job.

    How can I make the font bigger on the sub menu?

    #465264

    Try:

    #top .av-subnav-menu li a {
        background-color: transparent;
        color: white;
        font-size: 22px;
    }

    Best regards,
    Josue

    #465268

    Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to change the color of the fullwidth sub menu element’ is closed to new replies.