Okay
  Public Ticket #612877
Mobile Menu Background
Closed

Comments

  • Caio started the conversation

    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....

  •  93
    djwd replied

    Hi 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.

    Regards
    djwd

  • Caio replied

    Hi,


    I try, but don´t work.
    See the print screen. When I open the menu, the background is white and grey....


  • Caio replied

    Sorry,

    Solved. you forget the last \";\".
    The code correct is:

    .main-small-navigation ul.sub-menu li a {background-color: #000;}


    Thanks a lot.