Jump to content
Sign in to follow this  
exactplastics

change color to my Eco Pro template

Recommended Posts

exactplastics

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×