Hide price at collection level

hi looking for help with this one please driving me nuts - have tried sooooo many things some on here , some on you tube, some on google but i cannot get anything to work expect a paid app and even then only some work

im sure there is a way to do without an APP

trying to hide the price at collection level https://kitout-fitness.co.uk/collections/kitout-custom-kits

its already not on the product page ( for a specific reason ) thats ok its just this level im trying to hide it at with no joy

its charge theme

kind regards shane

Hello @Shane_h ,

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your styles.css file and paste the following code at the bottom:

body.collection\.kitout-collection .item-price {
    display: none !important;
}

Regards
Guleria

2 Likes

AMAZING thankyou very much

Please help me, sir. Thank you.

https://community.shopify.com/c/shopify-design/feature-image-as-a-1st-image-on-the-product-page-shopify/td-p/3033289