Thanks for a great theme.

How do I change or remove the background image?

Thanks!

Comments

gmasky’s picture

sites\all\themes\simplecorp\images\sampleimages rename main-bg1 to remove the background or add your picture and rename to main-bg1

lucastockmann’s picture

I think a better way for changing the background is writing css.

Just add:

body.custom-background {
  background-image: url('http://www.urlof.your/background/image.jpg');
}

to your css/local.css

gtsopour’s picture

Issue tags: +SimpleCorp responsive Drupal theme, +SimpleCorp

It seems that the answer of lucastockmann has solved this issue.

gtsopour’s picture

Status: Active » Fixed

Automatically closed -- issue fixed for 2 weeks with no activity.