How can I hide product prices on the Broadcast theme?

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

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

`

1 Like