the ellipsis (...) property not working on product card heading

Solved

the ellipsis (...) property not working on product card heading

hitesh01
Tourist
22 0 1

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

hitesh01_0-1707802377907.png

should be like these

hitesh01_1-1707802446178.png

 

Thank you

Accepted Solution (1)

Ritu-25
Shopify Partner
129 26 15

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

If helpful then please Like and Accept Solution.
You can directly PM.
Email Me : nayakritu.2506@gmail.com

View solution in original post

Replies 3 (3)

TerenceKEANE
Shopify Partner
512 86 79

Hello,

 

use these.

 

h3.cart-notification-product__name.h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

best regards,

★ Looking for Dedicated Premium Coding Support? Join our unique "PREMIUM SUPPORT" service starting at 59 USD for 1 MONTH!
★ Get skilled Shopify developers at BUDGET-FRIENDLY RATES — explore Novajetsoft.com for a rapid quote!
If my support was a lifeline for you, The COFFEE  
would be the anchor keeping me steady!
★ For Quick response --> WhatsApp | Email --> info@novajetsoft.com | Software Engineer - Specializing In Advanced E-Commerce Websites
hitesh01
Tourist
22 0 1

didn't worked.

one thing i noticed that after 50 letters of product title it's showing the ellipsis property.

hope it helps 

 

Ritu-25
Shopify Partner
129 26 15

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

If helpful then please Like and Accept Solution.
You can directly PM.
Email Me : nayakritu.2506@gmail.com