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.
Hi, is it possible to add in the custom CSS some code to place a border with rounded corners around the woocommerce images?
Thanks in advance
John
Hi John,
We don't provide custom modifications but we will try to help you this time only
Can you please add the code below to Custom CSS
.woocommerce .product .item-images img { border: 2px solid #d8d8d8; border-radius: 9px; }