Color of hamburger menu symbol

Hi,

How do i change the color of the “hamburger” symbol when in mobile mode. Right now it seems to be dark grey and because my menu bg color is dark its hardly visible. Same thing with the “arrows” showing there is a submenu.

Thanks!

Regards

Hi shakeel,

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 your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

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

Best Regards,
Movin