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 #2283529
Blockquote layout
Closed

Comments

  • Lifelicious started the conversation

    Hi, 

    I would like to change the layout of the blockquote. Chang the color of the background and the font in italic. How can I do that?


  •  2,699
    PenciDesign replied

    Hi,

    To do that, please try add more this code to Customize > Custom CSS:

    .post-entry.blockquote-style-2 blockquote{ background: #ffffff; }
    .post-entry blockquote, .post-entry blockquote p, 
    .wpb_text_column blockquote, .wpb_text_column blockquote p{ font-style: normal; }
    

    Change color code ffffff to any color code as you want. You can get a color code here


    Best Regards,

    PenciDesign

  • Lifelicious replied

    Thank you! Fixed it.