I need Help removing this overlay shadow from the transparent header.
Hello @Ked
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> components.css
add this code at the end of the file.
.header-wrapper--overlay.is-light::after {
background: none !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Hey @Ked
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @Ked
Please go to Online Store > Themes > Customize > Theme settings > Custom CSS, addf this code and save
.header-wrapper--overlay.is-light:after {
background: none !important
}
Hello @Ked
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Hello @Ked Please follow these steps to add this CSS code:
- Go to your Online Store
- Click on “Themes”
- Select “Edit code”
- Open your CSS file. If you have a custom CSS file, open that instead.
- If you can’t find your custom CSS file, open base.css" OR “theme.css”.
- Add the following code at the end of the file.
.header-wrapper--overlay.is-light:after {
background: none !important
}
Feel free to reach out if you have any questions or need assistance.
Best Regards,
DWS.



