Comments Caio started the conversationDecember 16, 2015 at 11:43pmHi, ¿How I can change the background color of Mobile Menu?I need change the Main Menu, ul, li and all class with #000000 backgorund. Now i have this just for normal view.... in the mobile, I don´t know why, the background is white.... 93 djwd repliedDecember 17, 2015 at 11:44pmHi there,try by pasting this in the Custom CSS textarea.main-small-navigation ul.sub-menu li a {background-color: #333}should help. In case it doesn\'t kindly provide at least a live link so I can see that in action, thank you.RegardsdjwdCaio repliedDecember 17, 2015 at 11:54pmHi, I try, but don´t work.See the print screen. When I open the menu, the background is white and grey....Caio repliedDecember 18, 2015 at 12:04amSorry,Solved. you forget the last \";\".The code correct is:.main-small-navigation ul.sub-menu li a {background-color: #000;}Thanks a lot. Sign in to reply ...
Hi,
¿How I can change the background color of Mobile Menu?
I need change the Main Menu, ul, li and all class with #000000 backgorund.
Now i have this just for normal view.... in the mobile, I don´t know why, the background is white....
Hi there,
try by pasting this in the Custom CSS textarea
should help. In case it doesn\'t kindly provide at least a live link so I can see that in action, thank you.
Regards
djwd
Hi,
I try, but don´t work.
See the print screen. When I open the menu, the background is white and grey....
Sorry,
Solved. you forget the last \";\".
The code correct is:
.main-small-navigation ul.sub-menu li a {background-color: #000;}
Thanks a lot.