remove the word description from product page

Solved

remove the word description from product page

Not applicable

My product pages all display the word Description above my product description, but I don't like how it looks.

I want to keep the actual description of the product on my product pages, but not the word "description" Any ideas on how to get rid of it?
I'm using the Symmetry theme.

I've tried other questions and threads on here, but none seem to work for me.

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
10768 2128 2249

This is an accepted solution.

Hi @Anonymous 

Please go to your Online Store > Themes > Customize > Products > open product template assigned products, hide Description block, add a Custom liquid block below it, paste this code below in Liquid code, and save your changes. Screenshot 2024-06-27 at 11.02.36.png

 

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 8 (8)

suyash1
Shopify Partner
10473 1289 1651

@Anonymous - Can you please share this page link?

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

Dan-From-Ryviu
Shopify Partner
10768 2128 2249

Hi @Anonymous 

Could you please share your store URL here so that I can check and provide you with the solution?

 

Best regards,

Dan from Ryviu

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Not applicable
Dan-From-Ryviu
Shopify Partner
10768 2128 2249

This is an accepted solution.

Hi @Anonymous 

Please go to your Online Store > Themes > Customize > Products > open product template assigned products, hide Description block, add a Custom liquid block below it, paste this code below in Liquid code, and save your changes. Screenshot 2024-06-27 at 11.02.36.png

 

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Not applicable

Thanks so much Dan! Totally worked

 

niraj_patel
Shopify Partner
2385 516 509

Hello @Anonymous 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
.product-column-right summary.cc-accordion-item__title {
display: none !important;
}
</style>

techlyser_web_0-1719459374224.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
Not applicable

Thank you. I tried this... but it hid all of the other description tabs I set up. I will try one of the other solutions now. 

Stelle
New Member
6 0 0

The custom liquid box is not showing in my editor.