Shopify themes, liquid, logos, and UX
Is there anyway to shorten the products title when on the homepage/frontpage as it takes too much space.
Hello,
I wouldn't recommend shortening product titles but you can technically do it like this
{{ product.title | truncate: 10 }}
or
{{ product.title | truncatewords: 5 }}
where should I place this code?
Use this code
.product-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 200px; /* Adjust this value to your desired width */
}
Hi @Tproduction ,
Would you mind to share your URL website with password if its protected? Thanks!
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