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 #1316999
Blockquote
Closed

Comments

  • susandee21 started the conversation

    Hi I'm having a hard time with block quotes after upgrading to newest version, deleting and reinstalling/reactivating plug ins. I used this shortcode:

    [blockquote align="none" author="author name"]This is quote content[/blockquote] 

    and get the result attached. 

    I copied a shortcode from an earlier post but it makes me the author. (See 2nd screenshot

    I'd also like to change the quotation color and fonts. Thanks.

  •  2,699
    PenciDesign replied

    Hi,

    Can you send me your admin url and admin account ( username and password ) - in a private reply? I will take it a look?

    Best Regards,

    PenciDesign

  •   susandee21 replied privately
  •  2,699
    PenciDesign replied

    Hi,

    1/ I used shortcode for your blockquote like this image and it's still working fine. You can take a look on this post.

    2/ You can add more this code to Customize > Custom CSS to change colors for your blockquote:

    .post-entry blockquote, .post-entry blockquote p, .wpb_text_column blockquote, .wpb_text_column blockquote p{ color: #0084cc; }

    3/ You can change the font for it by do following steps:

    a) Install & activate plugin Use Any Font

    b) This plugin allow you can use more one custom font from your upload - if you want to use more font, you need to pay. When you get API key, scroll down this to left to get free API key, like this image

    After installed this plugin, go to admin page > Use Any Font > get an API key free for one font upload and verify it and upload your font from add font like on this image

    Add more this code to Customize > Custom CSS to change the font:

    .post-entry blockquote, .post-entry blockquote p, .wpb_text_column blockquote, .wpb_text_column blockquote p{ font-family: 'Your Font Name'; }

    Note Important: Change Your Font Name on above code to the font name you fill like on this image.

    Best Regards,

    PenciDesign

  • susandee21 replied

    Hi, This is great, but what I really want is to keep the text the default, and to make just the quotation mark blue. 

    Thanks,

    Susan

  •  2,699
    PenciDesign replied

    Hi,

    If you want to make only quotation mark blue, please add more this code to Customize > Custom CSS:

    .post-entry blockquote:before, .wpb_text_column blockquote:before{ color: #0084cc; }

    Best Regards,

    PenciDesign