Hello,
version 4.2, how do I remove page title image from category page
some of my products have over 20 images, this creates a long list of images on the left of product detail page. Is this possible to create up arrow on top and down arrow at bottom, and to show only 8 product images?
Thank you
Hi, After I upgraded to version 4.2, the JCarousel displaying manufacturers is no longer blur (overlay) like before. In version 4.0, the logos are blurred, then clear on hover. Is there a way I can get this feature in ver 4.2?
Hi,
Is it possible if I want to make category collection of smart collection all to face from left to right? Also, if possible to have space between collections, maybe about 10px
@media all and (min-width: 1001px) {
.product-grid .item-box .add-info {
opacity: 1;
position: relative;
height: auto;
}
.product-grid .item-box .product-rating-box {
opacity: 1;
}
.product-grid .item-box .buttons {
opacity:1;
position: relative !important;
}
.product-grid .item-box .buttons a:hover, .product-grid .item-box .buttons input[type="button"]:hover, .product-grid .item-box .buttons .ajax-cart-button-wrapper:hover * {
height: 32px;
}
.product-grid .prices {
margin-bottom: 10px;
}
}
Hi, I have created a new category template (full width). Now I want to show 3 products per row. How can I achieve it?
My site is running on Emporium theme version 4.0
Thank you