exactplastics 0 Report post Posted March 22, 2011 I need to change the green color of my eco pro template to a different green. What are the steps that I need to follow to accomplish this? Share this post Link to post Share on other sites
Guest Guest Report post Posted March 22, 2011 That is actually an image, I grabbed the link from the demo page for you to reference: http://www.pagelines.com/demos/ecopro/wp-content/themes/ecopro1v2/images/eco-bg-spotlight-rpt.jpg The following CSS defines this in the feature area and the footer: #spotlight, #footer { background: #679810 url(../images/eco-bg-spotlight-rpt.jpg) repeat-x center top; } So in your case simply make a new colored image like the one I linked for you and save it as the same file name (probably a good idea to back up the old one). Share this post Link to post Share on other sites
Guest Guest Report post Posted March 22, 2011 This is defined by the following CSS: #spotlight, #footer { background: #679810 url(../images/eco-bg-spotlight-rpt.jpg) repeat-x center top; } It's actually an image, which I've linked from the demo for you here: http://www.pagelines.com/demos/ecopro/wp-content/themes/ecopro1v2/images/eco-bg-spotlight-rpt.jpg So simply create a new image similar to the one I just linked with the color you want and save it as that name and upload it to the correct images folder (I would back up the old one first). Share this post Link to post Share on other sites