Re: How to hide the price on Featured collections of the theme Dawn 2.0?

Solved

How to hide the price on Featured collections of the theme Dawn 2.0?

Swaroopa
Tourist
8 0 3

Hello all,

 

I have put the 'Featured Collection' on my Home page and want only the image as well as a short description and no price. I tried the Snippet way as well as the product grid. But unfortunately Dawn 2.0 doesn't seem to have a product grid. liquid. How do I remove the price from the Featured collection? I am a newbie to HTML or CSS and has to be given step by step suggestion. Thank you and I very definitely appreciate every kind of help or guidance I can get. Smoke is coming from the sides of my head after tinkering with it for two days. ;-)))) Thank you!!

 

Best

Swaroopa

Your words are your ads!
Swaroopa
Accepted Solutions (2)

LitExtension
Shopify Partner
4931 1006 1186

This is an accepted solution.

Hi @Swaroopa,

Go to Assets > base.css and paste this at the bottom of the file:

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

Hope it helps!

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Contact us:
- Email: contact@litextension.com

View solution in original post

Zworthkey
Shopify Partner
5581 641 1582

This is an accepted solution.

@Swaroopa 

1. Navigate to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.
3. Save it.

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

 

View solution in original post

Replies 17 (17)

LitExtension
Shopify Partner
4931 1006 1186

This is an accepted solution.

Hi @Swaroopa,

Go to Assets > base.css and paste this at the bottom of the file:

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

Hope it helps!

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Contact us:
- Email: contact@litextension.com
Swaroopa
Tourist
8 0 3

Thank you, @LitExtension. Has not yet gotten time to try out the solution ( life and errands😅). Once I do, I will comeback and give another thumbs up. Appreciate your help. Best. Swaroopa 

Your words are your ads!
Swaroopa
Swaroopa
Tourist
8 0 3

@LitExtension Worked beautifully! In two days, I was stressed out with smoke coming from my head. Such a simple way of reaching out here. Thank you! Thank you! Best Swaroopa

Your words are your ads!
Swaroopa
DDDigitalMS
Shopify Partner
24 0 13

Hi @LitExtension  @Zworthkey  , are you able to help with a similar situation  please - I need to hide the price from specific collections while not hiding it from others. For example, I do not want the price to show in collections with the handles business-services or finance-legal but I do want to show the prices in collections with handles print-advertising and digital-listing 

 

I'm using the Dawn 2.0 theme but Shopify said I do not qualify for any free design time (not sure why). Any chance you could help please? I would hugely appreciate it! Thanks 

DD Digital Marketing Services - UK
Shopify Website Build and Management | SEO | Marketing
Zworthkey
Shopify Partner
5581 641 1582

@DDDigitalMS 
kindly Share your Store Url.
So that i can Check and fix it.

DDDigitalMS
Shopify Partner
24 0 13
My site is not live yet, it is still in developer move. I can't transfer
and make it live until I resolve the issue of prices showing on the
directory page 😕

Would it work if I DM you with a preview link and password?
DD Digital Marketing Services - UK
Shopify Website Build and Management | SEO | Marketing
LitExtension
Shopify Partner
4931 1006 1186

Hi @DDDigitalMS,

You can create a question on the community and send me the link. I will check it.
Because this will help build a better community.
Thank you.

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Contact us:
- Email: contact@litextension.com
DDDigitalMS
Shopify Partner
24 0 13
I have already created a question at the link below. Unfortunately thetwo
answers I received so far are not sufficient - one removes the price from
all products, and for the other, I have no idea where to insert the code to
test it. Thank you so much for looking at this for me, I really appreciate
the help.

https://community.shopify.com/c/technical-q-a/hide-price-on-specific-collection-pages-dawn-theme/m-p...
DD Digital Marketing Services - UK
Shopify Website Build and Management | SEO | Marketing
JeroenH
Tourist
10 0 1

Hi, thank you for this, Is there a solution to hide the product name/link instead of the price as well?

LitExtension
Shopify Partner
4931 1006 1186

Hi @JeroenH,

You can create a question on the community and send me the link. I will check it.
Because this will help build a better community.
Thank you.

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Contact us:
- Email: contact@litextension.com
Shaniquenesbeth
Visitor
3 0 0

Hi, this didn’t work for me, i added it to the end of the code and my collection still shows the prices ☹️

neesie55
Tourist
3 0 0

Thank you for this solution...definitely worked for me!

Zworthkey
Shopify Partner
5581 641 1582

This is an accepted solution.

@Swaroopa 

1. Navigate to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.
3. Save it.

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

 

Swaroopa
Tourist
8 0 3

Thank you, @Zworthkey. Thank you for helping me out. Have not tried the solution yet. Once I do it, will come back and give another reply. Appreciate all of your help. Best. Swaroopa 

Your words are your ads!
Swaroopa
Swaroopa
Tourist
8 0 3

@Zworthkey Worked perfect! I am happy. Tried for two full days before reaching out here. Wow! Was so easy. Thank you! Thank you! Best Swaroopa

Your words are your ads!
Swaroopa
Cotswold_Cubs_
Tourist
5 0 3

This worked, thank you so much!