Hide Product Price Broadcast theme

Solved
Daniel_Ward_CC
Excursionist
22 0 13

Hello, 

Can anybody help me hide the price of the products in collections on the Broadcast theme, specifically for the homepage featured collection section? 

Even better, is there any way to change the price shown from being the cheapest variant to the most expensive?

The website is here: https://slowageing.co.uk/

 

Many thanks

Dan  

Accepted Solution (1)
Guleria
Shopify Partner
2738 546 776

This is an accepted solution.

Hello Dan,

1. Go to Online Store->Theme->Edit code
2. Asset->theme.css-> paste bellow code in bottom of file

.template-index .price, .template-collection .price {
    display: none;
}

 

Thanks

`

-

Need a Shopify developer? Email: guleriathakur43@gmail.com

,
- Skype: navrocks1
- Try GEMPAGES a great page builder.

View solution in original post

Reply 1 (1)
Guleria
Shopify Partner
2738 546 776

This is an accepted solution.

Hello Dan,

1. Go to Online Store->Theme->Edit code
2. Asset->theme.css-> paste bellow code in bottom of file

.template-index .price, .template-collection .price {
    display: none;
}

 

Thanks

`

-

Need a Shopify developer? Email: guleriathakur43@gmail.com

,
- Skype: navrocks1
- Try GEMPAGES a great page builder.