This topic has 3 replies, 2 voices, and was last updated 9 years, 6 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