Slideshow without shopicca background

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart ThemeSlideshow without shopicca background

This topic has been marked as not resolved.

I would like to have a slide show without the blue or other colours in the mesh pattern that shopicca provides. Just plain photo on white out of my graphics software.

 napok
January 31, 2013 at 11:51 pm #17926

Hello;

Do these:

1 – Make images with your graphics software with these details: width=998px , height=380px and no transparent if you save it in png format.
2- Add or insert the code below to this file :
catalog/view/theme/shoppica2/stylesheet/screen.css.php
or to the Styles tab in shoppica controle panel (go : Extensions -> Modules -> Shoppica 2 CP then Design-> Styles and put the code here and save).

#image_intro {
  padding: 0;
  margin-top: -30px;
 margin-left: 0;
}

#image_intro_preview {
  padding: 0;
  margin: 0;
  width: 998px;
}

#image_intro_preview .s_button_next_holder,
#image_intro_preview .s_button_prev_holder
{
  margin: 0 40px;
 }

3- For the “Image settings” in the "Intro" tab, disable "Put border on image"

Note; this is only for the home slide not for the products slide.

Good luck

Sam

 samdz
February 3, 2013 at 4:39 pm #18027
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
February 4, 2013 at 1:09 pm #18064
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.