Hi!!
I want to hide the text box that appears in the products (Featured collection section in home) in Venue theme.
My URL is: https://inefr.myshopify.com/
Thank you!
Solved! Go to the solution
Hi @Andreabarba
Have you checked your theme's settings on the Product section?
If not, just add the following code to your theme-critical.css file:
.product__label.product__label--new.label.label--brand {
display: none;
}
Cheers!
This is an accepted solution.
My Bad, missed that piece! Here's the code:
.product__label.product__label--sold.label.label--light {
display: none;
}
Cheers! Don't forget to like & Mark as a solution to flag the solution to the community!
User | Count |
---|---|
447 | |
193 | |
139 | |
60 | |
44 |