Archived topic
Is there a way to limit the length of text on the shop pages for products?
4 replies · Started by chris on July 2, 2020
Viewing posts 1–5 of 5
I currently have some long product names & i'm looking to truncate the text so it stays on two lines, is there an easy way do doing this?
thanks in advance
Hi there,
you can try some CSS to force all titles to a maximum of 2 lines:
.woocommerce ul.products li.product .woocommerce-LoopProduct-link h2 {
line-height: 2.5ex;
height: 5ex;
overflow: hidden;
text-overflow: ellipsis;
}
hey thanks for this, it was really helpful
Glad to hear that
closing
This archived topic is closed to new replies.
