Shopify themes, liquid, logos, and UX
Good morning,
I would like the base prices not to be displayed only on the product grid please
so in this example : to see only 150 for the first product and 140 for the second
Do you know how to do it please?
Theme: Dawn
Website: jadis-shop.com
password:rj
Solved! Go to the solution
This is an accepted solution.
Hi @JADIS
Follow these Steps:
Go to Online Store Edit Code Find theme.liquid file or base.css
Add the following code in the bottom of the file above </body> tag
s.price-item.price-item--regular {
display: none;
}
If I managed to help you then, don't forget to Like it and Mark it as Solutions.
This is an accepted solution.
Hi @JADIS
Try this one.
div#ProductGridContainer s.price-item.price-item--regular { display: none;}
This is an accepted solution.
Hi @JADIS
Follow these Steps:
Go to Online Store Edit Code Find theme.liquid file or base.css
Add the following code in the bottom of the file above </body> tag
s.price-item.price-item--regular {
display: none;
}
If I managed to help you then, don't forget to Like it and Mark it as Solutions.
This is an accepted solution.
Hi @JADIS
Try this one.
div#ProductGridContainer s.price-item.price-item--regular { display: none;}
thank you !!
User | RANK |
---|---|
203 | |
170 | |
79 | |
56 | |
49 |
Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023