Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1086276

    Hello, is there a way to replace the default cart icon to letters, “cart” for instance (or “panier” in french) followed by the number of products
    Something like : Panier (2)

    Thanks a lot for your input!

    • This topic was modified 5 years, 7 months ago by maxgorelkine.
    #1086573

    up! :)

    #1086586

    Hi maxgorelkine,
    You can change it with CSS

    
    a.cart_dropdown_link:after {
      content: "panier";
    	font-size: 10px;
    	font-weight:bold
    }
    .cart_dropdown_link > span:before {
    	content:'';
    }
    

    BR Pete,

    • This reply was modified 5 years, 7 months ago by 2funky.
    #1086786

    Hi,

    Thanks for sharing @2funky, did you try that out @maxgorelkine?

    Best regards,
    Rikard

    #1099247

    Hello, thanks a lot @2funky, yes it definitely showed me the way. I just had to adapt it a liitle since I needed to put the word “Cart” before the number.
    Thanks again!

    #1099373

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Replace the cart icon by text’ is closed to new replies.