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.