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

Changing the colors of Text – BusinessLine (Paid)

Front Page D5 Creation Forum Wish a New Product or Service! Changing the colors of Text – BusinessLine (Paid)

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #3219
    Steven Paul
    Participant

    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.

    #3946
    D5 Creation
    Keymaster
    Quote:
    Quote from testdrivetech on February 7, 2013, 20:09
    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.

    #3978
    Steven Paul
    Participant

    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?

    #3981
    D5 Creation
    Keymaster
    Quote:
    Quote from testdrivetech on February 11, 2013, 08:50
    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?

    #3965
    Steven Paul
    Participant

    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.

    #4006
    Steven Paul
    Participant
    Quote:
    Quote from d5creation on February 11, 2013, 10:14

    Quote:
    Quote from testdrivetech on February 11, 2013, 08:50
    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.

    #4007
    D5 Creation
    Keymaster
    Quote:
    Quote from testdrivetech on February 13, 2013, 01:49
    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.

    #4046
    Steven Paul
    Participant
    Quote:
    Quote from d5creation on February 16, 2013, 13:14

    Quote:
    Quote from testdrivetech on February 13, 2013, 01:49
    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.

    Code:
    <style type=”text/css”>
    #header, #footer { background: url(“http://testdrivetech.net/wp-content/themes/d5-business-line-pro/images/footer.png&#8221;) 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&#8221;) 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!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.