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.
Id like to add text next to cart icon. ie "cart" text.
1. Is this possible with current version?
1a. If not please please add this feature.
1c. If not can you provide code for me to add this.
Br,
Olli Koskimäki
HI Olli,
That's not possible but you can make it possible through custom CSS, add the following code to your Custom CSS area:
header.site-header .header-widgets .cart-counter:after { content: "Cart"; padding: 0px; position: absolute; top: 10px; text-transform: uppercase; }Best regards,
Laborator Team