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 #2577255
blockquote style
Closed

Comments

  • wallus started the conversation

    Hi, 

    How is it possible to customize the blockquote style? I'd like to change the font, size, and color of background.

    Thanks!

    AS

  •  2,699
    PenciDesign replied

    Hi,

    Please show me an URL has blockquote on your site to I can take it a look to help you.


    Best Regards,

    PenciDesign

  •   wallus replied privately
  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    .post-entry .wp-block-quote,
    .wpb_text_column .wp-block-quote,
    .woocommerce .page-description .wp-block-quote {
       padding-left: 1em;
       border-left: 4px solid #000;
       background: #f7b4b4;
       color: #ffffff;
    }
    .post-entry blockquote.wp-block-quote p, 
    .wpb_text_column blockquote.wp-block-quote p{
        font-size: 18px;
    }
    

    Change the color codes  f7b4b4 and ffffff to background & text color for blockquote. You can get a color code here

    Change value 18 to font size as you want.


    Best Regards,

    PenciDesign