This topic has 2 replies, 2 voices, and was last updated 6 days, 15 hours ago ago by Rose Tyler
how to limit the lines of shortdiscription in quickview and in single products page and set read more button
Hello,
Thank you for reaching out to us.
To limit the number of lines in the short description on single product page the next custom CSS code can be used:
.single-product .et_product-block .woocommerce-product-details__short-description {
display: -webkit-box;
-webkit-line-clamp: 3; /* Adjust the number of lines as needed */
-webkit-box-orient: vertical;
overflow: hidden;
}
, there is no read more button option, by default.
A more detail link can be activated for Quickview via Theme Options > Woocommerce (Shop) > Shop elements > Quick view.
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up