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

Business Line Pro questions

Front Page D5 Creation Forum General Questions Business Line Pro questions

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3434
    Steven Roberts
    Participant

    I have a couple questions about the business line pro theme. First is there a way to turn off the slider so it just shows one image? If not can you guys add this option? And is there a way to change the font color on the pages? Thank you in advance.

    #4624
    D5 Creation
    Keymaster
    Quote:
    Quote from robertss84 on August 10, 2013, 00:48
    I have a couple questions about the business line pro theme. First is there a way to turn off the slider so it just shows one image? If not can you guys add this option? And is there a way to change the font color on the pages? Thank you in advance.

    You can select Full Width Template during Page Editing/Creation for Full Width Page without any Right Sidebar. For color changing you can use the following code in the Custom Code within Head Area of Business Line Options. Change the Color Values as expected.

    Code:
    <style>
    body { color: #333333; }
    h1.page-title, h1.arc-post-title { color: #555555; text-shadow: -1px -1px 3px #FFFFFF; }
    #container, #content, #content-full { text-shadow: 1px 1px 1px #CECCCC; }
    a { color: #FF3300; }
    </style>
    #4625
    Steven Roberts
    Participant

    That worked thank you, I found the rest of the ones I wanted to change in the editor. Im just learning code so its taking some time, I want to change the font style of my heading text, do I add the code to this section? and if so does it matter where it goes?
    #heading {
    font-size: 45px;
    margin: 10px 0 20px;
    text-align: center;
    text-shadow: -1px -1px 0px #000000;
    text-transform: uppercase;
    color: #FFFFFF;
    }

    #4626
    D5 Creation
    Keymaster

    You can use this code within starting and closing style tag like:

    Code:
    <style>
    /* You can add other styling here */
    #heading {
    color: #0DB0D8;
    font-size: 45px;
    margin: -30px 0 20px;
    text-align: center;
    text-shadow: -1px -1px 0 #FFFFFF;
    text-transform: uppercase;
    }
    /* You can add other styling here */
    </style>
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.