This topic has 5 replies, 2 voices, and was last updated 3 years, 5 months ago ago by Olga Barlow
Hello
we would like to change product view elements, like no discriptions… 2 column…
Regards
Hello,
Provide screenshot of the area that you want to change and screenshot of the result that you would like to achieve?
Regards
see private content plz
we would like to change shop products list view from this….
how to do not show description and customize it.???
thanks
Hello,
Add the below code to Theme Options > Custom CSS
.main-products-loop .products-list .product .product-details .product-excerpt {
display: none;
}
.page-wrapper .main-products-loop .products-list:not(.products-with-custom-template-grid) .product {
width: 50% !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up