Reply To: Changing format of quotes

Home Forums Iconic One Pro Support Changing format of quotes Reply To: Changing format of quotes

#5233

Use the following Custom CSS


.entry-content blockquote, .comment-content blockquote {
    background: #ffc3c3;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    margin-bottom: 24px;
    padding: 24px;
    font-style: normal;
    border: 1px solid #ef1b1b;
}