Product title size limitation
-
Hello,
I want the product title will be 2 lines only in this section. If the title long more then 2 line it will be “…..”. It’s possible?
Hello,
Please add this code to the Theme Settings > Custom CSS:
div.product-grid-item .product-title {
line-height: 20px;
max-height: 40px;
overflow: hidden;
}
Best Regards
Thsnks, it’s solved.
Regards
Ahmad
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Product title size limitation’ is closed to new replies.