Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #412674

    Hi,

    Is there a way to change the background color of the main menu but just on mobile?
    I tried this below but it didn’t work…

    .html_mobile_menu_tablet #mobile-advanced { background-color: red; }

    is this also possible to add a the word “Menu” with the icon on mobile?

    Thank you for Enfold :)
    Ariel

    #412983

    Hi arielkas!

    Please add following code to Quick CSS

    ul#mobile-advanced {
      background-color: orange;
    }
    a#advanced_menu_toggle:after {
    content: ' Menu';
    font-size: 12px;
    }

    Best regards,
    Yigit

    #412988

    It didn’t work (neither the background color nor the ‘Menu’ label)

    #413012

    Sorry my bad the label is here. Thanks!! :)

    #413013

    Hey!

    Can you please try adding !important rule as following

    ul#mobile-advanced {
      background-color: orange !important; 
    }

    Best regards,
    Yigit

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