How to add ”…” to end of the product names
-
Hello, I want to add ”…” to the end of the product names like in the images. Otherwise, it doesn’t look lovely. How can I add ”…” to the end of the product names?
Attachments:
You must be
logged in to view attached files.
Hi efealdogan.ru,
Thanks for reaching to us and appreciate your patience.
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
h3.wd-entities-title{
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
}
Regards,
Okay than thank you su much. Also, as you can see from the screenshot, how can I make the text length longer?
Attachments:
You must be
logged in to view attached files.
Hi efealdogan.ru,
Thanks for your patience.
Navigate to Theme Settings > Product Archive > Product styles > set the Product title lines limit
option: https://prnt.sc/gkMi9eagSb5S and you can set it to specific devices.
If you have any questions, please feel free to contact us.
Best Regards,
Okay, thank you so much for your support
Hi efealdogan.ru,
Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!
If you have a quick minute we always appreciate a 5-star rating on our theme!
https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492
Your feedback is the motivation to improve our work and services.
Regards,
-
This reply was modified 3 months, 3 weeks ago by
Hung Pham.
The topic ‘How to add ”…” to end of the product names’ is closed to new replies.