my website is zulri.co
Hey @rajsoni5253
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code in the bottom of the file above tag
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Go to Online Store → Theme → Edit Code
Find product-grid or product-grid-item liquid file
Ctrl + F look for product.title
Change {{ product.title }} to {{product.title | truncate: 30 }}
truncate: 30
means title will be cropped after 30 characters. Feel free to change number
You can also use this:
truncatewords: 5
It will crop title after 5 words