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 #3479591
pullquote
Closed

Comments

  • kurapika168 started the conversation

    hi, is there any way to reduce the font of the pullquote?

  •  2,541
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Single Posts → Font Size → Font Size for Blockquote: change the font size at this option.

    Regards,
    PenciDesign.


  •   kurapika168 replied privately
  •  2,541
    PenciDesign replied

    Hi,

    Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:

    .post-entry .wp-block-pullquote blockquote p {
        font-size: 16px;
    }

    Change 16px with the font size you want to show.

    Regards,
    PenciDesign.



  • kurapika168 replied

    Thank you. My pullquote has the grey background. What's the code to change it so it's white?



    Attached files:  Screenshot 2023-09-18 090531.png

  •  2,541
    PenciDesign replied

    Hi,

    Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:

    .post-entry .wp-block-pullquote {
        padding: 0;
    }

    Regards,
    PenciDesign.