Hello Everyone!
I am using Shopify Frues theme. I want to keep the icon menu color white in mobile mode. How do I fix this? Please help me. Thank you.
Store: https://puppies-paws-shop.myshopify.com/
Password: Admin
Hello Everyone!
I am using Shopify Frues theme. I want to keep the icon menu color white in mobile mode. How do I fix this? Please help me. Thank you.
Store: https://puppies-paws-shop.myshopify.com/
Password: Admin
Hi @dreamtechzone_5,
1. Go to Online Store → Theme → Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.
.menu_moblie .menuleft .iconmenu span {
background: #ffffff !important;
}
If it helps, please mark my comment as Solution.
Thanks!
Great. It worked. Thank you so much.