Hi Dan,

First-off: Thank you for such an awesome theme!

I am a drupal noob, and Im trying to adjust the css to include a background image for my site (www.barefootcafe.co.za)

Ive included the code in the body wrapper in danblog.css, but its just not showing up... What am I doing wrong?

Could you point me in the right direction?

Cheers,
Peter

Comments

danpros’s picture

Hi Peter,

Put this in danblog.css

body {
    background: url("/themes/danland/images/your-new-body-bg.gif") repeat-x scroll 0 0 #FFFFFF; 
}

Dan

petmeer’s picture

Thanks Dan!

Just for any other noobs out there: Ive had to clear the cache before you can see these changes!

danpros’s picture

Status: Active » Closed (fixed)

Hi,

No problems :) I will close this one.

Dan