Remove intro textures in Shoppica2

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart ThemeRemove intro textures in Shoppica2

This topic has been marked as not resolved.

Hello support,
I found this post for Shoppica1 to remove the texture in the intro:

Open catalog/view/theme/shoppica/stylesheet/screen.css and this piece of code add at the end:

#intro,
#intro_wrap
{
   background-image: none !important; /* removes the texture */
   background-color: transparent !important; /* removes the color */
}

I added this code for Shoppica2, but it didn’t work. Any idea which line to adjust?

August 7, 2012 at 7:08 pm #12200

I think i got it by replacing lines 2908-2924 for above code.

August 7, 2012 at 8:01 pm #12201

Hi Jeff,

This code should work on Shoppica 2 too.

If you have further problems, you can post a link to your website, so we can have a look.

Best,
ThemeBurn team

August 9, 2012 at 3:06 pm #12260
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.