Can I change the color of the background?

Comments

danpros’s picture

Status: Active » Fixed

Hi,

Yes you can by modify the CSS

body {
background:url(images/body-bg.gif) repeat-x #fff; /* change this to another color */
font-size: 84%;
font-family: Arial, Helvetica, sans-serif;
color: #000;
margin: 0;
padding: 0;
line-height: 1.5em;
}

Note: the background also using image body-bg.gif, so make sure to change the image color using your image editing apps.

Dan

Superuser21’s picture

Thank you. I am trying to find where to modify the CSS. Where do I do this?

danpros’s picture

Status: Fixed » Closed (fixed)

The file name is style.css, you can find it in Danland theme folder or you can use the local css (read the documentation to know how to use local.css).

Dan

Superuser21’s picture

I understand, but I am looking for the theme folder on my file download to my computer or is it elsewhere?

danpros’s picture

Of course in your computer, it can be in "themes" folder in your Drupal installation folder or in "site\all\themes" folder.

Dan

Superuser21’s picture

Yes. I am never able to find this folder.."site\all\themes"

The Danland theme is not in my 'themes folder'