This topic has 4 replies, 2 voices, and was last updated 4 months, 2 weeks ago ago by Rose Tyler
I want to display only product image and price or title should be limit with rows how does it possible?
Hello,
Thank you for reaching out to us with your query.
To assist you more effectively, could you please provide the URL of the page related to your screenshot? Additionally, we would appreciate temporary admin access to your WordPress site.
Thank you for your cooperation.
Best Regards,
8Theme’s Team
Please check the private content area
Hello,
We appreciate your prompt response.
Custom CSS code can be used:
.bought-together-products-slider .content-product .product-title a {
display: -webkit-box;
-webkit-line-clamp: 1; /* Change this number to set the number of lines */
-webkit-box-orient: vertical;
overflow: hidden;
}
> https://prnt.sc/isqDTOAbRie2
https://www.8theme.com/documentation/xstore/additional-customisation/optimal-placement-for-custom-css-code/
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up