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!
up! :)
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,
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!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon