D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Re: Colors on D5 Corporate

Front Page D5 Creation Forum General Support Colors on D5 Corporate Re: Colors on D5 Corporate

#3702
D5 Creation
Keymaster
Quote:
Quote from NancyP on November 10, 2012, 09:24
I see where to put the code but can’t find “entire color css from the css folder”. Can you help?

CORPORATE Theme has come with 09 different color schemes. We think that any of these 09 color schemes should match with your logo and/or brand color. You can find the color scheme selecting option in the Theme Options.

If these 09 color schemes don’t match with your brand color you can edit the color css. But direct editing the color css is not wise. You should implement the editing within the Custom Code within Head Area of Theme Options. You will find the Specific Color css in the CSS folder. Take necessary css parts and put that in thw box like this.

Code:
<style>
#heading { color:#000000;}
</style>

You can find CORPORATE Tutorial Here.