Change home icon in shoppica2 theme

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart ThemeChange home icon in shoppica2 theme

This topic has been marked as resolved.

Hi, I want to ask how can change the icon home in shoppica2 theme.

I dont know where i can found the image, so as to put another one.

Thanks in advance.

December 18, 2012 at 7:32 pm #16138

Hello;

The image is not a single picture is in this file or image:

catalog/view/theme/shoppica2/images/sprite.png

To change the picture with another image do this:
open this file:

catalog/view/theme/shoppica2/stylesheet/screen.css.php

and find this code:
#menu_home a {
  text-indent: -1000em;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -209px;
  background-color: #ddd;
}

and change like this

#menu_home a {
  text-indent: -1000em;
  background-image: url(../images/your image);
  background-repeat: no-repeat;
}

after coping your image to same directory

catalog/view/theme/shoppica2/images/

good luck

Sam

 samdz
December 19, 2012 at 11:45 pm #16164

@exterior

Sam has perfectly explained the steps.

@samdz

Thanks for the help, mate :)

BR,
ThemeBurn team

December 21, 2012 at 2:23 pm #16234

Samdz thanks a lot. Your help was grateful…!

December 28, 2012 at 10:01 pm #16479
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.