Okay
  Public Ticket #847848
Text next to cart icon
Closed

Comments

  • Olli started the conversation

    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

  •  1,558
    Laborator replied

    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


      Documentation         Join Kalium Users Group