remove on home page 'DAWN' theme, product description on featured collection

Solved

remove on home page 'DAWN' theme, product description on featured collection

Grambo
Tourist
3 0 1

Screenshot 2024-09-03 at 09.43.21.png

I can remove the price with a code I found but can't remove the description, any ideas? 

Accepted Solutions (2)
Moeed
Shopify Partner
4950 1309 1592

This is an accepted solution.

Hey @Grambo 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.card__information {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1725353297010.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

BSSCommerce-B2B
Shopify Partner
1335 357 415

This is an accepted solution.

@Grambo ,

Step 1. Go to Admin -> Online store -> Theme > Edit code

Step 2. Find the file theme.liquid.

Step 3. Add this code above </body>

 

<style>
.card__content .card__heading {
  opacity: 0!important
}
</style>

 

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.


BSS: B2B Wholesale Solution |BSS: B2B Portal, Quote, Net 30 | B: B2B Lock Password Protect


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

View solution in original post

Replies 7 (7)

BSSCommerce-B2B
Shopify Partner
1335 357 415

@Grambo , could you kindly share your store url ?

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.


BSS: B2B Wholesale Solution |BSS: B2B Portal, Quote, Net 30 | B: B2B Lock Password Protect


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
Grambo
Tourist
3 0 1
Moeed
Shopify Partner
4950 1309 1592

This is an accepted solution.

Hey @Grambo 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.card__information {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1725353297010.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
BSSCommerce-B2B
Shopify Partner
1335 357 415

This is an accepted solution.

@Grambo ,

Step 1. Go to Admin -> Online store -> Theme > Edit code

Step 2. Find the file theme.liquid.

Step 3. Add this code above </body>

 

<style>
.card__content .card__heading {
  opacity: 0!important
}
</style>

 

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.


BSS: B2B Wholesale Solution |BSS: B2B Portal, Quote, Net 30 | B: B2B Lock Password Protect


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
BSSCommerce-B2B
Shopify Partner
1335 357 415

@Grambo , If you do it this way, you won't be able to click on the image link to product page

BSSCommerceB2B_0-1725353491334.png

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.


BSS: B2B Wholesale Solution |BSS: B2B Portal, Quote, Net 30 | B: B2B Lock Password Protect


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
Grambo
Tourist
3 0 1

thanks worked a treat

Moeed
Shopify Partner
4950 1309 1592

Hey @Grambo 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️