Home › Forums › WoodMart support forum › ellipses in all product titles ellipses in all product titles This topic has 3 replies, 2 voices, and was last updated 1 year, 6 months ago by Aizaz Imtiaz Awan. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts August 26, 2023 at 1:41 am #491378 [email protected]Participant Hello. I have set the number of product title lines to 2. How do I make it so that when the title does not fit in two lines, the ellipses are shown? (I think it should be a selectable option in woodmart). Thanks August 26, 2023 at 11:01 am #491424 Aizaz Imtiaz AwanKeymaster Hello, Go to theme setting > Product Archive > Product styles > Set the product lines limit. Screenshot for clarification: https://postimg.cc/tshsXRmh Best Regards. August 26, 2023 at 10:48 pm #491489 [email protected]Participant That’s not what I asked. Could you read the question properly? Thanks August 28, 2023 at 11:13 am #491634 Aizaz Imtiaz AwanKeymaster Hello, Try to add the following code in Theme Settings < Custom CSS > Global Custom CSS: .product-grid-item h3.wd-entities-title { display: -webkit-box; -webkit-line-clamp: 1; /* Number of lines to show */ -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; } Best Regards. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register