Changing format of quotes

Home Forums Iconic One Pro Support Changing format of quotes

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5229
    ambistudent
    Participant

    Hi Support team,

    How do I change the format of the quote box? I would like it to have the following features:

    – square corners (not rounded like default)
    – remove italics
    – light red background
    – Bright red outline
    – remove gray shadow on the sides as default

    Thank you

    #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;
    }
    #5236
    ambistudent
    Participant

    This work great, thank you

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