Want to keep the icon menu color white in mobile mode ( Shopify Frues Theme)

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

1 Like

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!

1 Like

Great. It worked. Thank you so much.