Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Thanks in advance!
I’m looking to remove the tan tab at the bottom of the drop down menu on mobile to white like the rest of the page. Example shown below.
Solved! Go to the solution
This is an accepted solution.
Hi @MMast ,
Try adding below css to base.css file.
.header--has-social .menu-drawer__utility-links {
background: #fff;
}
Please don't hesitate to reach out if you require further help to optimize or customize your store. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
LuffyOnePiece
Hi @MMast ,
Can you please share a preview URL of the store so that I can assist you on?
Thank you
This is an accepted solution.
Hi @MMast ,
Try adding below css to base.css file.
.header--has-social .menu-drawer__utility-links {
background: #fff;
}
Please don't hesitate to reach out if you require further help to optimize or customize your store. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
LuffyOnePiece
Thank you!