bennysheehan Posted January 12, 2006 Posted January 12, 2006 Hi, i read the knowledge base and looked on the forums but am having trouble. I am still only 2 days into feeling around OS so i appologise for dumb question. Can anyone tell me in simple terms how to change the colour of the background behind the words "catergories", "whats new", "quick find" etc. I know it is changing a number in "stylesheet.css" but not sure which number? Thankyou very kindly in advance, Ben
eluminous_programmer Posted January 12, 2006 Posted January 12, 2006 Hi, i read the knowledge base and looked on the forums but am having trouble. I am still only 2 days into feeling around OS so i appologise for dumb question. Can anyone tell me in simple terms how to change the colour of the background behind the words "catergories", "whats new", "quick find" etc. I know it is changing a number in "stylesheet.css" but not sure which number? Thankyou very kindly in advance, Ben Hi, Its very simple... Find and open catalog/stylesheet.css to edit Look for class .infobox and replace the color code to the desired one .infoBox { background: #CURRENT_COLOR_CODE; } Replace CURRENT_COLOR_CODE with the desired color code. Hope This Helps!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.