Shopify themes, liquid, logos, and UX
Hi, I'm Hitesh
i wanted to show the product title on product card in one line and at end it should show (...) but its not working
please help me.
store:- https://www.aesthetixme.shop/
theme:-craft
should be like these
Thank you
Solved! Go to the solution
This is an accepted solution.
Hello @hitesh01 ,
In your liquid code use this filter in your title.
{{ product.title | truncatewords: 3 }}
Hope this helps.
Thanks,
Ritu
Hello,
use these.
h3.cart-notification-product__name.h4 {
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
best regards,
didn't worked.
one thing i noticed that after 50 letters of product title it's showing the ellipsis property.
hope it helps
This is an accepted solution.
Hello @hitesh01 ,
In your liquid code use this filter in your title.
{{ product.title | truncatewords: 3 }}
Hope this helps.
Thanks,
Ritu
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025