Hi there, is there a way to remove the white background? The image inserted is PNG with a transparent background already. Thanks in advance
Hello
Can you share page link?
Regards
Titu
Hey @Chuckachucka
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code in the bottom of the file above </ body> tag
<style>
.rte img {
box-shadow: unset !important;
}
</style>
RESULT:
If I managed to help you then a Like would be truly appreciated.
Best,
Moeed
Hello @Chuckachucka
Please use this code in CSS
#shopify-section-template--18624510886046__main img {
box-shadow: none !important;
}


