when in mobile view and you open the menu drawer the background darkens how do i stop this effect? or how could i make the header and not the the logo darken?
@raujunk can you please share the page link?
Hello @raujunk
Our team is ready to help you.
Please share your website URL so that we can check and assist you.
here it is https://33070f-25.myshopify.com/
@raujunk please add this css to the very end of your base.css file and check,
Shopify Admin β Online Store ->Theme β Edit code β base.css
.header__icon--menu[aria-expanded='true']::before{background: transparent;}
- Here is the solution for you @raujunk
- Please follow these steps:
- Go to Online Store β Theme β Edit code.
- Open your theme.liquid file
- In theme.liquid, paste the below code before and press βSaveβ to save it
- Please press βLikeβ and mark it as βSolutionβ if you find it helpful. Thank you.