hi there
its possible to change the size from product categories image and hidde the info text.
check printscreen for better understand:)
This topic has 7 replies, 4 voices, and was last updated 10 years, 6 months ago ago by Stan Russell
hi there
its possible to change the size from product categories image and hidde the info text.
check printscreen for better understand:)
Hello,
Please add this code in custom.css file:
.owl-carousel .product-category img {
height: 300px;
width: 260px !important;
}
.categories-mask {
display: none;
}
Regards,
Eva Kemp.
hi eva
categories mask hide works perfect.
for the product images i have to delete “.owl-carousel ” before the css u send me then it works, but there ar only 3 in a row and i want 4. the 4th is on the next line.
i try with padding but not works.. see the code below..
.product-category img {
padding: 0px 0px 0px 0px;
height: 300px;
width: 260px !important;
}
Hello,
Please try to add this code in custom.css file:
@media only screen and (min-width: 980px){
.product-category, .products-grid .product-category {
width: 25% !important;
}}
Also navigate to Theme Options->Product Page Layout->Products per row and set 4.
Regards,
Robert Hall.
just perfect.. 🙂 thx eva:)
ups sorry, thx robert:)
Hello,
you are welcome!
Regards,
Stan Russell.
The issue related to '‘change image size product categories’' has been successfully resolved, and the topic is now closed for further responses