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 !!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025