I have been trying all the solutions to get rid of the shadow on product pages with the new version of sense and nothing so far has solved it. Looking to get rid of the shadow on a product page. https://taleology.com/products/custom-pet-earrings
Hi @Emma53
This is David at SalesHunterThemes.
Thank you for your question.
Follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css
.product-media-container:after {
display: none!important;
}
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
David | SalesHunterThemes team
Hi @Emma53
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the base.css file:
.global-media-settings:after {box-shadow: none !important;}
Regards,
San