Remove pattern from Intro texture

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart ThemeRemove pattern from Intro texture

This topic has been marked as resolved.

I don`t think it looks very smooth with the pattern in the Intro part.
Can you remove this pattern somehow?
Understand me right i want keep the Intro as it looks nice but remove the pattern inside it.

Best!

August 15, 2012 at 3:22 am #12472
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
August 15, 2012 at 11:30 am #12481

I have multple stores so I want to remove it on one and leave the other as is… how?

September 1, 2012 at 1:18 am #13194

@amendezg

You can insert different custom css for every multistore from Shoppica 2 CP > Design > Styles.

Best,
ThemeBurn team

September 4, 2012 at 11:41 am #13262

I tried this, but actually I realize that the way how it worked for me was:


 #intro {
  clear: both;
  margin-bottom: 30px;
  padding-top: 30px;
  <?php if ($border == '0'): ?>
 /**** background: url(../images/intro_texture.png) center no-repeat;****/
  <?php else: ?>
  background: url(../images/border/box_border_<?php echo $border; ?>.png) top left repeat-x;
 /***background:***/
   url(../images/border/box_border_<?php echo $border; ?>.png) top left repeat-x,
 /**** url(../images/intro_texture.png) center no-repeat;****/
  <?php endif; ?>

comenting the border texture you lose the intro’s border texture, and putting this in the file, it worked like a charm.

July 26, 2013 at 6:11 pm #25981

@davidalejoms

Thanks for your submission, mate. Indeed this is the right way :)

Best,
ThemeBurn team

August 5, 2013 at 5:39 pm #26215
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.