Hiding Product Description (i.e. making invisible in product page)

Hiding Product Description (i.e. making invisible in product page)

devnoob
Excursionist
26 1 1

Hi,

 

I want to make the selected paragraph (i.e. product descriptions) for all my products invisible. I basically want the product descriptions to be pulled on the front end but have it invisible as I am using metafields to pull this info and display correctly. 

devnoob_0-1727791599903.png

 


Can you please assist on how to make these invisible?

from my investigation, I can see that I need to change this class class="product__description rte quick-add-hidden"

 

but I cant find it anywhere on my code file:

devnoob_0-1727791545530.png

 

 

Many thanks for your help.

Replies 2 (2)

PaulNewton
Shopify Partner
7032 629 1481

@devnoob to visually hide it just target it with CSS, use a custom-css setting for the template

.product__description { display: none; }

https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css 

 

Beyond that you need to improve how your describing the actual goal and provide actual inspectable examples.

https://xyproblem.info/ 

https://community.shopify.com/c/blog/how-to-get-support-from-the-community/ba-p/1399408 

Contact paull.newton+shopifyforum@gmail.com for the solutions you need


Save time & money ,Ask Questions The Smart Way


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Thank Paul with a Coffee for more answers or donate to eff.org


PageFly-Richard
Shopify Partner
4661 1068 1725

Hi @devnoob 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.product .product__description { 
display: none; 
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.