Change color on hamburger menu

Hello!

I tried to use the css below, but it dosen’t work. See attached prnt screens. The menu is still the same color:

.module.widget-handle.mobile-toggle {
color: #fff;
}
#page .dropdown:after {
color: #fff;
}

So much thanks for the help!

Best

Philip

Hi,

Use this Custom CSS:

.module.widget-handle i { color: #ff0000; }

Let us know,

Thanks,
laranz.,

Thank you Laranz!

Hi,

Glad we helped. :slight_smile:

Let us know If you have any other questions.

If you’re happy with our service, don’t forget to rate us: [Shapely] Reviews | WordPress.org

Thanks,
laranz.,

Hi there,
How can I apply the same but only to a specific page?

Hello there,

You can have the code affect a specific page by using the following CSS code:


.page-id-3279 .module.widget-handle i { color: #ff0000; }

You can use the following link to find the page ID number to replace in the code provided:

Best Regards,
Support

Thanks a lot!
Happy new year.

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support