Hi
Is there any way to limit the number of lines of text visible on the search results page?
It pulls from the description or short description on a product page, and it pulls from the excert on normal pages.
Hey richardelectrix!
Add this to your custom CSS.
.search .entry-content {
height: 77px;
overflow: hidden;
}
Cheers!
Elliott
Perfect. Is there any way to add … at the end?