Comments Olli started the conversationAugust 1, 2016 at 1:32pmId 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 1,558Laborator repliedAugust 1, 2016 at 1:47pmHI 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 Documentation Join Kalium Users Group Sign in to reply ...
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:
Best regards,
Laborator Team