Archived topic
Different header background only after visitors click the humberger menu
3 replies · Started by Willya on January 10, 2023
Viewing posts 1–4 of 4
Hi,
is it possible to change the header background only after visitors click the humburger on mobile and tablet?
Currently, the header background has white color. I want to change it to another color.
Thanks.
Hi Willya,
Can you try adding a CSS like this through Appearance > Customize > Additional CSS?:
nav#mobile-header.toggled {
background-color: #ff0000;
}
Change the color value to your preference.
Let us know if this works for you.
Thank you Fernando. It worked!
You're welcome, Willya!
This archived topic is closed to new replies.