Alternative to replace shopping cart icon with a png picture

Tagged: ,

ThemeBurn SupportForumsOpenCart ThemesKiddos OpenCart ThemeAlternative to replace shopping cart icon with a png picture

This topic has been marked as resolved.

Hi all,
whether to replace the icon of the cart by a nice png image here is the method that I have used and works.

Edit the icon of the cart module and choose opencart icon (important!).

eg : http://nimb.ws/VXpecJ

Find a png image for the cart module, there is a lot on google, and resize, mine is 50×65 pixels.

In the custom css section add this code by modifying the link to the image with your own link.

 
.fa-opencart:before {
    content: url("http://www.your-site.com/image/data/your-image.png");
}

I have intentionally disabled on cart module:

Show total and Show label, it looks better.

Here is the result :

http://nimb.ws/QEdFpi

have nice day

May 18, 2016 at 7:22 pm #47761
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
May 25, 2016 at 11:17 am #48059

Ah that’s what I tried, thank you very much ^^

May 25, 2016 at 2:13 pm #48075

Glad we’ve helped :)

BR,
ThemeBurn team

May 27, 2016 at 5:27 pm #48176
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.