How can I remove prices from my homepage?

alesch90
Excursionist
29 0 7

Hi guys! how can I delete prices from the homepage?

 

https://yoku-apparel.com/

 

 

Thank you so much!

Ale.

Replies 6 (6)

DigiXoft
Shopify Partner
109 18 72

/Hi,

welcome to the shopify community.

Are you talking about to hide the prices for "Yoku Legacy" section on the home page

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on arslan@digixoft.com regarding any help
Shopify Partner | Skype : arslan.saleem261
DigiXoft
Shopify Partner
109 18 72

1- Go to your theme

2- Click on action and then edit code

3- Find theme.css or theme.scss file

paste this at the end of file and save

 

body.template-index .grid-product__price {
display: none;
If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on arslan@digixoft.com regarding any help
Shopify Partner | Skype : arslan.saleem261
alesch90
Excursionist
29 0 7

Hi! thank you so much for your fast reply, I paste code but nothing has changed...

I copied in theme.css.liquid...is it correct?

 

thanks!

DigiXoft
Shopify Partner
109 18 72

Paste this instead

body.template-index .grid-product__price {
display: none !important;
If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on arslan@digixoft.com regarding any help
Shopify Partner | Skype : arslan.saleem261
alesch90
Excursionist
29 0 7

still nothing NgnLoop

alesch90
Excursionist
29 0 7

Hi, there is no way to do this?

 

Thank you so much

Ale.