Hello Shopify community,
My mobile view product menu shows up transparent when the menu burger is selected. It is very hard for customers to read. I have the refresh theme. How can I change the menu to a solid color so that it can be more easily read by customers?
Hi @Mwilson67 ,
Can you provide link to your store
Hi @Mwilson67
I have written custom CSS for this solution. Please follow below steps and let me know your feedback.
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code just above tag
If you require further help to optimize your store, please don’t hesitate to reach out. 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,
Makka
Hi @Mwilson67
Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings
.js details[open]>.menu-drawer {
background: #fff !important;
}
Thank you so much. I will apply the code and let you know how it goes.