Archived topic
Need to change the mobile navigation menu icon
3 replies · Started by Narinder on May 16, 2021
I have modified the navigation menu to a dark gradient color, but the menu icon is not much visible/noticeable because it is also dark. Is there any way I could turn that menu icon into white color and increase its size, so it is much plain to see?
Currently, it looks like this.
https://prnt.sc/130b75x
I would like it to look like this:
https://prnt.sc/130bbpq
I really appreciate any help you can provide.
Hi there,
try this CSS:
#mobile-menu-control-wrapper .menu-toggle {
background-color: transparent;
color: #fff;
border: 1px solid #fff;
line-height: 1.5;
padding: 5px 20px;
border-radius: 25px;;
}
Thank you! That solved my problem.
Glad to hear that!