Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2819929
Quoted Text
Closed

Comments

  • groundvisiontechnologies started the conversation

    Hi, I would like to change the font and size of the quoted text. Can you please tell me where and how do I change it? In case you did not understand what I meant, please have a look at the attachment and It shows the quoted text as of now.

  •  2,494
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Additional CSS, then paste the following custom CSS code:

    .entry-content blockquote.wp-block-quote p,
    .entry-content blockquote.wp-block-quote p,
    .wpb_text_column blockquote.wp-block-quote p,
    .wpb_text_column blockquote.wp-block-quote p {
        font-size: 22px;
    } .wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
        font-size: 0.5em;
    }
    Change 22px to your site.

    Regards,
    PenciDesign.


  • groundvisiontechnologies replied

    Thanks.. It worked...Please close the ticket.