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: child theme from Business Line (free)

Front Page D5 Creation Forum General Questions child theme from Business Line (free) Re: child theme from Business Line (free)

#4406
D5 Creation
Keymaster
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.