Tagged: ,

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

    Hi.
    I have some problem with submenu mobile background color. You can see it in the mobile menu version of this site (private content) at the voice “Squadre e Giocatori”.
    How can I change the mobile sub menu background Color?
    Thanks

    #795844

    Hey Gailson,

    It’s caused by this piece of code in your CSS:

    #mobile-advanced .sub-menu a { color: #ffffff !important }

    I advice changing that so that it only works for the megamenu submenu, which you gave a background color. Please try to change it into this, instead:

    #mobile-advanced .avia_mega_div .sub-menu a { color: #ffffff !important }

    Best regards,
    Sarah

    #795908

    Hi Sara. But your answare it is only for the text color or it is for the background too?

    #795923

    Hi,

    Sorry if my previous answer was unclear! I edited it a little. Yes, my answer was to restrict the white font color for the megamenu submenu links only. Those links have a reddish background, so a white color for the links is good. 

    Best regards,
    Sarah

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