Tagged: enfold, mobile menu
Hi,
how can I change with the css the color of the mobile menu?
Now the lines are black and I need this color #838383
Thank you!
Rosa
Hey Rosa!
Please add following code to Quick CSS
#advanced_menu_toggle, #advanced_menu_hide {
color: #838383!important;
}
Regards,
Yigit
Thank you!!!!
the solution works!