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.
If I want to change the layout of the widgets , such as分類. Where can I find the file to change the code?Thanks
Hi there,
Their layout can't be set to something more than simply removing the border or showing it, and it will be for all the widgets when adding a sidebar.
Best regards,
Laborator Team
i need to change the html to a have differnt design for my woocommerce categories widget.
so is that impossible to change the file only affect that widget?
My idea:
Catergories
ABC(1)
XXX(1)
YYY(1)
to become
Catergories
ABC______1
XXX______1
YYY______1
Hi there,
In your admin area go to Custom CSS and paste the CSS below:
.product-categories span.count { float: right !important; }It should work, I tested it on your site.
Best regards,
Laborator Team
Thanks the problem was solved.