Hello,
I am using the prestige theme and there is a SALE banner on top of all images across all the website.
This is my website: https://www.theintentiongoddess.com/
Could you help me understand how to manage them? How to to remove them? add them to only some items?
Thanks in advance!
Hi @intentiongoddes ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss->paste below code at the bottom of the file:
.ProductItem__Wrapper noscript + div {
display: none !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Please add below css in bottom of assets/theme.scss.css file
.AspectRatio div {
display: none;
}
Thank you.