Closed (fixed)
Project:
TB Sirate
Version:
7.x-1.0-beta1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2012 at 02:24 UTC
Updated:
26 Jun 2012 at 08:41 UTC
I want to use a simple background color, rather than the hatched image. Where do I change this?
Comments
Comment #1
MuseDesign commentedIt'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.
Comment #2
themebrain commentedPlease use
Comment #3
themebrain commented