Tristan Thomas
asked 10 years ago

I’m trying to make my block quotes look more like this. How do I go about making that happen? 

1 Answers
DominicStaff
answered 10 years ago

To resolve this issue, you can add the following code to the style.css file:

blockquote p {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 3px solid rgb(221, 221, 221);
    color: rgb(204, 204, 204);
    font-size: 14px;
    font-weight: normal;
    padding: 10px 10px 10px 20px;
}

Hope this helps !

 

Powered by DW Question & Answer Pro