What's your biggest current challenge? Have your say in Community Polls along the right column.

How can i not display the price on featured collection products which is on home page!

Solved

How can i not display the price on featured collection products which is on home page!

Alltelecoms
Visitor
2 0 0

https://alltelecoms.myshopify.com/.

 

As I would like to use shopify as a website, just to let clients know I have the products, but not showing the price, How could I hide the price everywhere , including the home page.

 

123.png

Accepted Solution (1)

Guleria
Shopify Partner
3689 741 1038

This is an accepted solution.

Hello @Alltelecoms ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

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

.section .collection .card-information .price {
    display: none !important;
}

 

If problem solved don't forget to Like it and Mark it as Solution!
And if you need help with customization/code part you can contact me for services

You can find the email in the signature below.

 

Thanks

- 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)

Bundler-Manuel
Trailblazer
371 23 41

Hello there @Alltelecoms follow the steps in this image and you should be able to sort that out. 

IMG_1370.jpeg

 Let me know if this works for you!

Emmanuel
Please let me know if it works by marking it as a solution!
Bundler - Product Bundles app, a great bundle app for Shopify, with glowing user testimonials and a free plan.

Guleria
Shopify Partner
3689 741 1038

This is an accepted solution.

Hello @Alltelecoms ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

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

.section .collection .card-information .price {
    display: none !important;
}

 

If problem solved don't forget to Like it and Mark it as Solution!
And if you need help with customization/code part you can contact me for services

You can find the email in the signature below.

 

Thanks

- 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
Alltelecoms
Visitor
2 0 0

Thank you Guleria, very useful, and I have done it .