Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #720679

    How do I change the submenu dropdown background colour? (It’s currently white with white text, but I want a green background.) I’ve added this custom CSS in order to change the background and font colour in the submenu:
    #top .av-submenu-container {
    background-color: #17ba71 !important;
    }
    #top .av-subnav-menu li a {
    background-color: transparent !important;
    }
    #top .av-subnav-menu li a > .avia-menu-text {
    color: #ffffff; font:strong; font-size:18px
    }

    #720938

    Hey m,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #721112

    Thanks, I figured out the css. This is resolved.
    #top .sub-menu {
    background: #0ddddf !important;
    }

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Changing the submenu dropdown background colour’ is closed to new replies.