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!
We would like to unhide the text related to the respective
registration-fields in checkout.(Name, adress etc).
Please see example.jpg.
Fornavn/Name is unhidden in Chrome, but we cant find the php file, where we can delete class="hidden" for all the checkout fields.
Can you help?
Thanks in advance.
Hi there,
By adding the following CSS to Custom CSS all the labels for the checkout fields will be visible again:
.woocommerce label.hidden { display: block !important; }Best regards,
Laborator Team