limit the product titles in the widgets to only 2 rows.
-
how to limit the product titles in the widgets to only 2 rows. woodmart allows to limit the titles in the store page. i would like to have the same option in all other places where product titles are displayed.
if it can’t be done, it would be a good option to consider for the next update.
thanks
Attachments:
You must be
logged in to view attached files.
Hello,
You can find this option in the Theme Settings -> Product Archive – > Product Style – > Product title lines limit.
If you have any questions please feel free to contact us.
Best Regards
yes. this option is enabled but does not affect widgets.
I sent you a screenshot.
Hello,
Please provide the page URL and we will provide the custom CSS.
Best Regards
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.single-product .product_list_widget>li .wd-entities-title {
max-height:42px;
display:block;
overflow:hidden;
}
Best Regards
You are welcome! We are here to help.
Wish you a wonderful day!
The topic ‘limit the product titles in the widgets to only 2 rows.’ is closed to new replies.