I want to use a simple background color, rather than the hatched image. Where do I change this?

Comments

MuseDesign’s picture

It's in the html-elements.css page. (public_html/your site/sites/all/themes/tb_sirate/css/html-elements.css)

Change the css code to:

body {
background-color: #fff;
}

Replace the #fff (white) with your colour code.

themebrain’s picture

Version: 7.x-1.0-alpha1 » 7.x-1.0-beta1
Status: Active » Fixed

Please use

body {
background: #fff;
}
themebrain’s picture

Status: Fixed » Closed (fixed)