Hide product descriptions on PLP (Taste theme)

Hide product descriptions on PLP (Taste theme)

bennybegood
New Member
5 0 0

My product descriptions are quite long and they are all showing on the PLP. I think this is causing the products to be stacked on top of each other in one long column. I need to hide these and make it 4 columns. Any suggestions?

Screenshot 2024-12-30 at 10.28.09 AM.png

Replies 5 (5)

mudasir07
Shopify Partner
6 0 1

i think that's not the problem problem is something  else 

 

EmilyJohnson
Excursionist
15 2 1

Hey @bennybegood,

 

Based on the information and image, the issue you're facing is that the product descriptions are likely too long, causing the product cards to stack on top of each other and creating a cluttered layout. 

 

Here are a couple of ways to address this in your Taste theme:

  1. Adjust Product Card Settings:

    • Go to your Shopify admin, navigate to Online Store > Themes, find your Taste theme, and click Customize.
    • Look for settings related to product cards, such as "Product Card Height" or "Product Card Description Length."
    • Adjust these settings to shorten the height or limit the number of characters displayed for product descriptions on the PLP. This will create a more compact layout.
  2. Use Liquid Code (for more control):

    • Access your theme code by going to Online Store > Themes, find your Taste theme, and click Actions > Edit code.

    • Locate product-grid.liquid. This file is responsible for the layout of products on your collection pages.

    • Edit the code to truncate the product description to a specific number of characters. For example:

      Code snippet
       
      {{ product.description | truncate: 50, '' }} 
    • This will truncate the description to 50 characters. You can adjust this number as needed.

  3. Consider a "Quick View" option:

    • Implement a "Quick View" feature on your PLP. This allows customers to hover over or click on a product to view a quick preview with more details, including the full product description.

4. Refine your product descriptions:

  • Conciseness is key! Write shorter, more impactful descriptions that highlight the key features and benefits.
  • Use bullet points to break up your text and make it easier to read.

Remember to test your changes thoroughly on different devices (desktop, mobile, tablet) to ensure the layout and functionality are as desired.

By implementing these suggestions, you should be able to improve the layout of your PLP and make it easier for customers to browse your products.

 

If you're not comfortable with editing code, you can always seek assistance from a Shopify developer or explore tools like SEOPro that can help manage and optimize your product information, including descriptions.

 

I hope this helps!

Let me know if you have any other questions.

 

Emily

SEOPro Developer - If this reply was helpful, please let us know by liking it or accepting it as a solution

Need help with your Shopify Store SEO? Check out SEOPro - an app that helps Shopify store owners optimize products to boost SEO. If you have any question, feel free to reach out to us at support@seo-pro.app
bennybegood
New Member
5 0 0

Hi,

 

Thank you for your response!!

 

There are no product card height or description length settings for your first suggestion. 

 

For your second suggestion, I can not find any file named product-grid.liquid but i have one named main-collection-product-grid.liquid. Does it matter where I insert the code? I added it but it did not make any difference.

 

How do I seek assistance from a Shopify Developer?!

 

Thanks,

Olivia

DaisyVo
Shopify Partner
4402 488 582

Hi @bennybegood ,

 

Can you share your store URL so that I can check for you?

 

Best,

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
bennybegood
New Member
5 0 0

The issue I'm facing is only in the draft site I am working on, so i'm not sure how helpful it will be: www.bennybegood.com. somehow the live site is not having this issue, only the draft site.