How to remove full details on featured product on shopify home page

FuzzySprout
Excursionist
14 0 4

I am using the debut theme

 

I have my "featured product" on my homepage but it lists all the details and looks very wordy. Is there a way to remove all the details from the featured product on the home page in the debut theme?

 

my website is: www.thefuzzysprout.com 

 

Thank you! 

Replies 2 (2)
Dan-From-Ryviu
Shopify Partner
5572 1022 1054

Hi @FuzzySprout 

Go to your Online store > Themes > Edit code > Assets > open theme.scss.liquid file, add this code at the bottom

.index-section--featured-product .product-single__description { display: none !important; }

Screenshot_7.jpg

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

Made4uo-Ribe
Shopify Partner
4121 944 1151

Hi @FuzzySprout 

Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

div#shopify-section-1628823367e26e0417 .product-single__description.rte {
    display: none !important;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1699290333250.png

     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com