Site logo

Archived topic

changing menu color for mobile version

1 reply · Started by Simona on May 27, 2022

Viewing posts 1–2 of 2

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

Hi Simona,

Try this CSS:

#mobile-header {
    background-color: white;
}
#mobile-header button.menu-toggle {
    color: black;
}
This archived topic is closed to new replies.