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.
I would like to remove the circles on top of thumbnails in blog grid + the Loading blog posts... on the bottom of it. Check screenshots
Thanks and best regards,
Nejc
Hi Nejc,
Go to Laborator > Theme Options > Blog Settings and untick the option as shown in the image below:
(view large version)
For the loading, add this CSS to Custom CSS to hide it:
.blog-posts-loading-message { display: none }Best regards,
Laborator Team
Where do I change the background white colour in wocommerce?
Hi there,
Try adding this CSS to Custom CSS:
.woocommerce .woocommerce-tabs .tabs li, .woocommerce .woocommerce-tabs .entry-content { background: #333; } .woocommerce .woocommerce-tabs .tabs li { border-bottom-color: #000; border-right-color: #000; } .woocommerce .woocommerce-tabs .tabs li.active a, .woocommerce .woocommerce-tabs .tabs li a { color: #FFF; }Best regards,
Laborator Team