[Support request] changing menu color for mobile version

Home Forums Support [Support request] changing menu color for mobile version

Home Forums Support changing menu color for mobile version

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2235145
    Simona

    Hello,
    I would like to change the menu color just for the mobile version of my website http://www.cfabs.it.
    I would like to have the background white and the hamburger menu black.
    Coudl you please helping me?
    Thank you.
    Simona

    #2235540
    Ying
    Staff
    Customer Support

    Hi Simona,

    Try this CSS:

    #mobile-header {
        background-color: white;
    }
    #mobile-header button.menu-toggle {
        color: black;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.