Shopify themes, liquid, logos, and UX
For quite a while, my store has been displaying 73% OFF in a bright red circle for any of the bean drop promotions I have had (wherever you see the green bean drop corner banner on a product you'll know it's a bean drop) - https://trytinygoat.com
73% was incorrect. It should always say 20%. I finally figured out how to at least turn off the red circle (by changing the color for Hot labels in theme settings to white) so at least now my visitors won't see the wrong information. But I would still like to hide that white circle (hot label) from my website.
Does anyone know how I can do this?
Solved! Go to the solution
This is an accepted solution.
Hey @tinygoatcoffee
Follow these steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body>
<style>
.product-tag.product-tag--absolute {
display: none !important;
}
</style>
This is an accepted solution.
Hey @tinygoatcoffee
Follow these steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body>
<style>
.product-tag.product-tag--absolute {
display: none !important;
}
</style>
Thank you so much Moeed!
Hi @tinygoatcoffee ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :
<style>
.product-tag.product-tag--absolute
{
display: none !important;
}
</style>
Hope my answer will help you.
Best regards,
Victor | PageFly
Thank you so much Victor!
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024