Hi,
When the website is on mobile version you get the mobile fav icon at the top left, how can I change the 4 horizontal lines from grey to a different colour?
Thanks
This topic has 3 replies, 2 voices, and was last updated 10 years, 11 months ago ago by Eva Kemp
Hi,
When the website is on mobile version you get the mobile fav icon at the top left, how can I change the 4 horizontal lines from grey to a different colour?
Thanks
No reply to this?
Hello,
Use this code in custom.css file:
.menu-icon::before {
color: red !important;
}
Write your color value.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up