Change cart icon Shoppica 2

Tagged: 

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart ThemeChange cart icon Shoppica 2

This topic has been marked as resolved.

Hi there,

I’ve read an old post over changing the cart icon. I followed the instructions, but i end up with a blue square instead of my own custom image. I used underneath coding, but without any good results.


#cart_menu .s_icon {
  background-image: url(http:/ownimage.png);
  width: 20px; /* custom icon width */
  height: 24px; /* custom icon height */
  margin-top: -12px; /* half of the custom icon height */
}

Hope you can help me!

 Rovara
December 25, 2013 at 6:48 pm #29648

In the background image property, you need to remove http:/ and point the folder your image resides in.
Or, you can do: http://www.yourwebsite.com/ownimage.png
And store the image on the root of your website.

 Abhas
December 25, 2013 at 7:26 pm #29649
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
January 3, 2014 at 11:24 am #29739

Thanks for answer, but still not the solution i want to get.

Let me explain:

I want to replace the cart icon for the image in attachment. When i use the above instruction i end up with a blue square. When adding the underneath code:


#cart_menu .s_icon {
  background-color: transparent !important;

  /* rest of the css code */

}

i end up with an empty white space.

Hopefully this will clear up things.

 Rovara
January 3, 2014 at 3:36 pm #29750
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
January 8, 2014 at 12:18 pm #29832
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.