We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Automatically cut off or truncate title length for items

Solved

Automatically cut off or truncate title length for items

Diceblock
Tourist
7 1 2

Hi there! Is there a way that I can automatically cut-off or truncate long titles on my Shopify store? I'm using the Debut theme 

My website is listed here: https://diceblock.shop (password: 'frithe') note: Might take a few seconds to load

 

Current State

image.png

 

Goal State

image.png

Accepted Solution (1)

Diceblock
Tourist
7 1 2

This is an accepted solution.

Quick update - add 'truncate' to your product-card.liquid

   <div class="h4 grid-view-item__title product-card__title" aria-hidden="true">{{ product.title | truncate: 50 }}</div>
 

View solution in original post

Replies 2 (2)

Diceblock
Tourist
7 1 2

This is an accepted solution.

Quick update - add 'truncate' to your product-card.liquid

   <div class="h4 grid-view-item__title product-card__title" aria-hidden="true">{{ product.title | truncate: 50 }}</div>
 
vocxasa
Visitor
1 0 0

refresh theme wich place need to add this code