hey,
does anyone know how I can change the cart icon to the word “cart” ?
thanks in advance
pw: test1
hey,
does anyone know how I can change the cart icon to the word “cart” ?
thanks in advance
pw: test1
Hi @drew23 ,
You can change the cart icon to word cart by following the instructions below.
From your Admin page, go to Online store > Themes > click the three dots > Edit code
Open the base.css file under the Asset folder
Add the code at the very end of the file
a#cart-icon-bubble:after {
content: "CART";
}
a#cart-icon-bubble{
text-decoration: none;
line-height: calc(1 + 0.3 / var(--font-body-scale));
text-underline-offset: 0.3rem;
}
a#cart-icon-bubble:hover {
text-decoration: underline;
}
Hello @drew23 ,
You can follow these steps:
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
To change cart icon with cart text follow below steps:
Hope this works well.
Best Regards [email removed]
Can you provide your website?