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

    Hey! My website has a full-width sub menu going on.

    I would like to change the background to Red. The font to White.

    I found a forum that helped me with that BUT what happens is that the sub-items to the full-width submenu have a WHITE background with WHITE font. How can I fix it?

    Thanks!

    #1075595

    Right now, I reversed it to just be white, I am assuming it is the default mode.

    #1076214

    Hi,

    You can target the sub menu items using this CSS:

    .av-submenu-container .sub-menu a {
      background-color:red;
    }

    Best regards,
    Rikard

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