Home › Forums › WoodMart support forum › Date on Blog Post › Reply To: Date on Blog Post
April 24, 2024 at 1:03 pm
#560231

Aizaz Imtiaz Awan
Keymaster
Hello,
Please remove the previous code and use this below custom css code in theme settings > custom css:
.blog-design-masonry .post-title {
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 1; /* Change this value to control the number of lines */
}
Best Regards.