• Closed by: Marek
  • Closed on: 30.12.18, 20:20
  • Reason: Closed
  • Comment: Glad to help!

Ticket #13283 - Change the wording "My cart" for an image

Hi Marek,

I would like to show an image instead of the wording “My cart” or “Carrito” in Spanish. How can I do that?

Thanks

Comments

Marek 25 Nov 2018, 10:09

Hi, Crisan de los Santos.
Try this CSS:

#desktop_cart .cart-icon svg {display:block}
#desktop_cart .cart-title {display:none}
Crisan de los Santos 26 Nov 2018, 21:23

Hi Marek,

I tried this, now the word my cart is not showing but I cannot see the image.
After it is shown, how can I change the cart icon?

Marek 27 Nov 2018, 11:40

Sorry, try to add this:

#desktop_cart .cart-icon svg {display:block !important}