How to hide the unit price on collection view

Solved

How to hide the unit price on collection view

Sabine_Mohr
Excursionist
85 0 6

Hi - I need the unit price in the product view - but I would like to hide it on the collection list. Does anybody know how to do it. I am using the latest version of prestige.

 

At the moment it looks like this

 

Sabine_Mohr_1-1652437530411.png

Thank you Sabine.

 

Beemohr
?We love to knit ?
* www.beemohr.com *  www.beemohr.de * 
Accepted Solution (1)

ZestardTech
Shopify Partner
5897 1065 1410

This is an accepted solution.

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.css and paste this at the bottom of the file:

.CollectionInner__Products .UnitPriceMeasurement.Heading.Text--subdued {
display: none;
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 4 (4)

oscprofessional
Shopify Partner
16116 2410 3126

 

@Sabine_Mohr ,

.CollectionInner__Products .UnitPriceMeasurement.Heading.Text--subdued {
    display: none;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free

ZestardTech
Shopify Partner
5897 1065 1410

This is an accepted solution.

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.css and paste this at the bottom of the file:

.CollectionInner__Products .UnitPriceMeasurement.Heading.Text--subdued {
display: none;
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
Sabine_Mohr
Excursionist
85 0 6

Perfect - it works - thank you so much 😄

Beemohr
?We love to knit ?
* www.beemohr.com *  www.beemohr.de * 
ZestardTech
Shopify Partner
5897 1065 1410

Thank you for your response. It's good to know that it's worked for you. Kindly feel free to get back to me if you need any further assistance.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing