Viewing 1 replies (of 1 total)
  • In you style.css near line 1351 you will see this section:

    blockquote {
        background-color: #FFE0AE;
        background-image: url("images/PostQuote.png");
        background-position: left top;
        background-repeat: no-repeat;
        border-color: #FEC262;
        border-style: solid;
        border-width: 0;
        margin: 10px 10px 10px 50px;
        padding: 5px 5px 5px 32px;
    }

    You will be changing the “background-color”.

    If you make the background dark, you can change the text colour near line 1344 of your style.css:

    blockquote p {
        color: #1E1300;
        font-family: Arial,Helvetica,Sans-Serif;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Changing color of the block quotes’ is closed to new replies.