Evgeniy gOuTM
asked 10 years ago

Hi,
Can you change design for text that is marked as quotation? Well, not really change but to divide it for the “post type – quote” and quote that is inserted into the post text? Because all quotations in the text looks really strange, you know.
regards,
Evgeniy

1 Answers
DominicStaff
answered 10 years ago

To resolve this issue. You can add the following code to the style.css file. 
You can change any value you want to.

blockquote p {
    background: none repeat scroll 0 0 #7CC576;
    color: #FFFFFF;
    font-family: 'Roboto Slab',serif;
    font-weight: 700;
    font-size: 30px;
    padding: 40px;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center;
}

Hope this helps!

Powered by DW Question & Answer Pro