hi all - i am trying to add a background picture all over the page... but it just doesn't show up?

i tried in style.css and in base.css... but no success...

any help would be highly appreciated! :-)

thank you so much in advance
dzdz

CommentFileSizeAuthor
#2 localhost.jpg147.9 KBDeepika.chavan
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ekushay’s picture

hi, I'd like to know too! :) any help would be appreciated please!

*edit: actually, it would be appreciated if there were instructions how to just edit the entire template - it's a bit plain so I'm hoping to change it a bit. really sorry about my ignorance, but this is the first time I'm doing anything like this. my CSS skills are a bit limited, so I'm unsure what to change around in the files...

Thanks!

Deepika.chavan’s picture

FileSize
147.9 KB

Hi,

1. Try adding following code in tarski.info file to create custom css file after stylesheets[all][] = style.css.

stylesheets[all][]   = local.css

2. Add following css code in local.css file :

body {
  background: transparent url(images/header-splatter.jpg) repeat scroll right top;
}

#main {
  background:#aef0f1 none repeat scroll 0 0;
}

3.Please Clear cached data here - admin/config/development/performance
I tried the same thing on my local.css file(Please check the attachment).

HTH!!

Rgrds,
Deepika Chavan.

juliangb’s picture

Status: Active » Fixed

Sounds like this has been answered.

(Although do also look into making a sub-theme to avoid having your changes overwritten when you update the theme.)

Status: Fixed » Closed (fixed)

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