my theme keeps adding white backgrounds to my PNG photos. i want them to stay transparent. issue is in stickers tab
Hey @support_1574
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>
a.grid-product__link * {
background: transparent !important;
}
</style>
RESULT:
If you require any other help, feel free to reach out to me. If I managed to help you then a Like would be truly appreciated.
Best,
Moeed
thank you! im in the code section but cannot find a specific section named “theme.liquid” even when searching
That file should be located in the layouts folder or you can just press CTRL + P and search for theme.liquid file
beautiful. fixed thank you for your help
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.
Cheers,
Moeed
