Front Page › D5 Creation Forum › Wish a New Product or Service! › Changing the colors of Text – BusinessLine (Paid)
Instead of having to manually change a bunch of code, would it be possible to have an area built into the custom theme options screen to change the different types of text size, color and fonts? Right now I am using custom code but it is clumsy.
We are updating and adding new features continuously but we have to remember for minimizing the loading time. We will try to introduce these.
Thank you for the reply… Maybe in the mean time you could provide me with the custom code needed to change the text colors, header background and footer?
Which Edition of Business Line you are using?
We will be installing the Extended Edition here shortly and will be customizing it to reflect this http://www.testdrivetech.net – You will see a background image in the header and the font colors have been changed.
Which Edition of Business Line you are using?
We will be installing the Extended Edition here shortly and will be customizing it to reflect this http://www.testdrivetech.net – You will see a background image in the header and the font colors have been changed.
After installing the Extend Edition Please input the following code in the Custom Code within Head Area of your Theme Options. That will show the site same as your current customization.
1 2 3 4 5 |
<style> #header, #footer { background: url("http://testdrivetech.net/wp-content/themes/d5-business-line-pro/images/footer.png") repeat scroll 0 0 #26292B; border-color: #850000; } #heading, #featured-boxs h2.box-title, h2.post-title a, h2.post-title a:hover, h2.comments a, h2.post-title-color, h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6 { color: #850000; } #d5businesslinepro-main-menu a:hover, #d5businesslinepro-main-menu .current-menu-item > a, #d5businesslinepro-main-menu .current-menu-ancestor > a, #d5businesslinepro-main-menu .current_page_item > a, #d5businesslinepro-main-menu .current_page_ancestor > a { background: url("http://testdrivetech.net/wp-content/themes/d5-business-line-pro/images/menu-top.png") no-repeat scroll center top transparent; color: #850000; } </style> |
After installing the Extend Edition Please input the following code in the Custom Code within Head Area of your Theme Options. That will show the site same as your current customization.
#d5businesslinepro-main-menu a:hover, #d5businesslinepro-main-menu .current-menu-item > a, #d5businesslinepro-main-menu .current-menu-ancestor > a, #d5businesslinepro-main-menu .current_page_item > a, #d5businesslinepro-main-menu .current_page_ancestor > a { background: url(“http://testdrivetech.net/wp-content/themes/d5-business-line-pro/images/menu-top.png”) no-repeat scroll center top transparent; color: #850000; }
</style>
Worked perfectly… Thank you… I knew I chose to go with the best for a reason.. Excellent customer support!