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.
On single product page with extra large image after clicking "add to cart" button the woocommerce message displays beyond the image.
Hi Yuriy,
Yes that happens only on that demo. Don't worry if the same happens to you too please just add this CSS code to your Custom CSS:
body.single-product .woocommerce .woocommerce-message {
z-index: 1 !important;
}