Hide price at collection level

Solved

Hide price at collection level

Shane_h
Pathfinder
105 3 29

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

Accepted Solution (1)

Guleria
Shopify Partner
4167 811 1168

This is an accepted solution.

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

 

 

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Replies 3 (3)

Guleria
Shopify Partner
4167 811 1168

This is an accepted solution.

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

 

 

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
Shane_h
Pathfinder
105 3 29

AMAZING thankyou very much