Site logo

[Resolved] Different header background only after visitors click the humberger menu

Home Forums Support [Resolved] Different header background only after visitors click the humberger menu

Home Forums Support Different header background only after visitors click the humberger menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2490851
    Willya

    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.

    #2490900
    Fernando
    Customer Support

    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.

    #2490979
    Willya

    Thank you Fernando. It worked!

    #2491010
    Fernando
    Customer Support

    You’re welcome, Willya!

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