How to shorten product titles on Ride theme homepage?

How to shorten product titles on Ride theme homepage?

Tproduction
Visitor
2 0 1

Is there anyway to shorten the products title when on the homepage/frontpage as it takes too much space.

Replies 4 (4)

jordanholmes
Shopify Partner
152 28 34

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 }}

Jordan Holmes
Shopify Expert and Ruby on Rails Developer
Shopify Partner Directory
Tproduction
Visitor
2 0 1

where should I place this code?

NomtechSolution
Astronaut
1245 113 160

Use this code

.product-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px; /* Adjust this value to your desired width */
}

Made4uo-Ribe
Shopify Partner
10211 2427 3082

Hi @Tproduction ,

Would you mind to share your URL website with password if its protected? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.