Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
Is it possible to add a border around the product thumbnails and product carousel blocks for each product on the homepage, as well as the individual product page?
Hi there,
Add the following CSS in your Custom CSS and you will get the wanted results:
.woocommerce .shop-item .item-image a { border: 1px solid #000 !important; }Best regards,
Laborator Team
Hi there,
Add the following CSS in your Custom CSS to get these fixes applied:
.form-control { border: 1px solid #CCC; } .shop-item-single .item-details-single .shop-item .product-images a, .sidebar .sidebar-entry .product_list_widget li>a img { border: 1px solid #CCC; }Best regards,
Laborator Team