Quote:
Quote from chrysantheme on May 15, 2013, 17:56
I was just looking for an answer to this question …
We see that you are a DEVELOPER Member. You can download and use the Extend Version. Extend Version has Color Customization Options, Color Settings. You can implement any color change there. You can also implement any styling, javascript, html in Custom Code within Head Area. You will find both of those within Small Business Options. You can use custom CSS in the Custom Code within Head Area using starting and closing style tag like the following:
Code:
<style>
body { color: #AAAAAA; }
</style>
We advised users not to edit any theme files directly as they will be overwritten during next theme update if you don’t preserve any backup of your previous customization. But styling within the Theme Options will not be affected anyway.