Salient Theme Content Area Blockquote CSS

The block quote text styling can be customised on the Salient Theme.

See before and after…

Before:

After:

Instructions:

The following CSS can be added to wp-admin > Salient > General Settings > CSS/Script Related to display quoted text in a smaller size and different font.

blockquote {
    font-family: "Domine";
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 20px;
    padding-left: 17px;
}

Share this:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

>