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
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
Hi Sara. But your answare it is only for the text color or it is for the background too?
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