venusmenachite Posted November 8, 2007 Posted November 8, 2007 Hi, i wonder if anyone can assisst with helping to change the backround webpage colour ( white ) to the same as the colour of the template I used. See: www.vmdist.com to see what I mean. Thanx, any help would be appreciated.
Guest Posted November 8, 2007 Posted November 8, 2007 To change the background colour, look in the stylesheet.css and change the background hex colour in the body selector. From your stylesheet : body { background:#FFFFFF none repeat scroll 0%; color:#4C5E74; font-family:Verdana,Arial,Sans-serif; margin:0px 8px 8px 0px; } The #FFFFFF sets the background to white, change this to your desired colour.
venusmenachite Posted November 9, 2007 Author Posted November 9, 2007 To change the background colour, look in the stylesheet.css and change the background hex colour in the body selector. From your stylesheet : body { background:#FFFFFF none repeat scroll 0%; color:#4C5E74; font-family:Verdana,Arial,Sans-serif; margin:0px 8px 8px 0px; } The #FFFFFF sets the background to white, change this to your desired colour. Thanx Got it !
Recommended Posts
Archived
This topic is now archived and is closed to further replies.