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: Change colors in Small Business Template

Front Page D5 Creation Forum General Support Change colors in Small Business Template Re: Change colors in Small Business Template

#3843
D5 Creation
Keymaster

Just enter the following code in the Custom Code within Head Area of Theme Options. Change the colors as expected. These are sample codes. You should implement like these. We recommend not to customize the theme styling code. Pro users should implement the customization in the Custom code within Head Area.

Code:
<style>
#smallbusiness-top-menu { border-left: 1px solid #940D05; border-right: 1px solid #D61003;}
#top-menu-container input#s { border: 1px solid #D61003; }
.facebook-link, .twitter-link, .youtube-link, .li-link, .feed-link { background-color: #FD7B6D; border-color: #FCB3AB #FCB3AB #911406 #911406; }
</style>

You can create two menu items. Suppose Main-Menu and Top Menu. You can follow This Tutorial.