Change color of mobile/tablet menu?

Hi everyone!

I am wondering if it is possible to change the color of the three lines that are in the menu that appears when on mobile or tablet?

At the moment the three lines are gray (as the picture shows) and I would like them to be white instead, so how do I change this if it is possible?

It feels like I have looked everywhere but I can’t seem to find the setting for this.

Thanks!

Hi @marrkt,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

Best Regards,
Movin

Thank you so much!

It worked perfectly :slight_smile:

You are most welcome here :slight_smile: