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

Quote Text Background Color

Front Page D5 Creation Forum General Support Quote Text Background Color

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #3332
    Jorj Ghazal
    Participant

    Can you please provide the code to change the quote text background color for the Small Business Extend template?

    Appreciate your help in advance,

    Regards,
    Jorj

    #4296
    D5 Creation
    Keymaster

    You can use this code in the Custom Code within Head Area of Small Business Options

    Code:
    <style>
    blockquote, q {
    background: none repeat scroll 0 0 rgba(250, 205, 194, 0.35);
    border-left: 10px solid #FB6441;
    border-right: 10px solid #FB6441;
    }
    </style>
    #4297
    Jorj Ghazal
    Participant

    Thanks a lot, is there a list of these codes that i can refer to somewhere because i have a few more to ask for and i don’t want to keep bothering you?

    Thanks,
    Jorj.

    #4299
    Jorj Ghazal
    Participant

    Hi again, also in the same area (Quote text) how can i change the hyphen colors and the borders as well, they are orange and the entire site is red, it would be nice to have them in red as well..?

    Thank you,
    Jorj

    #4300
    D5 Creation
    Keymaster
    Quote:
    Quote from DeerD5 on April 4, 2013, 02:29
    Thanks a lot, is there a list of these codes that i can refer to somewhere because i have a few more to ask for and i don’t want to keep bothering you?

    You will find such these codes in the style.css file. Copy the appropriate part from there and paste between

    Code:
    <style>

    and

    Code:
    <style>

    as of the above example.

    Small Business Extend has come with Color Settings Option. You can do these from there easily.

    T2HdowG.png

    #4301
    D5 Creation
    Keymaster
    Quote:
    Quote from DeerD5 on April 4, 2013, 02:29
    Hi again, also in the same area (Quote text) how can i change the hyphen colors and the borders as well, they are orange and the entire site is red, it would be nice to have them in red as well..?

    Thank you,
    Jorj

    You should change the color value of the above code. Please find the background and border colors there.

    #4302
    Jorj Ghazal
    Participant

    Thanks a lot again for all your help, you rock!

    Jorj

    #4594
    Virginia Morgan
    Participant

    How do I do this in Small Business Free? I have searched the css but there is no “Custom Code Within Head” area. Please provide me with the right location for changing the quote colors – I want the quotes and the border to be the same red as the header. Thank you.

    #4595
    D5 Creation
    Keymaster
    Quote:
    Quote from tsc on July 25, 2013, 23:49
    How do I do this in Small Business Free? I have searched the css but there is no “Custom Code Within Head” area. Please provide me with the right location for changing the quote colors – I want the quotes and the border to be the same red as the header. Thank you.

    You will not find this option in Free Version.

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