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

    Hi,
    I’m trying to make the background behind the full width submenu the same color green as the rest of the submenu bar. But can’t quite make it work. Help? Please.

    Thanks,
    Gabe

    #358718

    Hey connect4consulting!

    Please add following code to Quick CSS

    div#sub_menu1 {
    background-color: #8c9c6b;
    }

    If that does not work, please post a screenshot and show the changes you would like to make
    Regards,
    Yigit

    #358796
    This reply has been marked as private.
    #358870

    Hey!

    Use this to change the hover color:

    #top .av-subnav-menu > li > a:hover {
    color: red;
    }

    Best regards,
    Ismael

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