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 #2995914
Blockquote CSS
Closed

Comments

  •  4
    ISOLE-GRECHE started the conversation

    How is possible to change blockquote CSS (img1):

    - dimension and family font;

    - not italic or bold;

    - alignment justify (not center);

    - background color;

    I'd like to have something like img2

  •  2,580
    PenciDesign replied

    Hi,

    Please add this CSS code to your site:

    blockquote,
    blockquote:not(.wp-block-quote) {
        text-align: justify;
        padding: 15px;
        background: #f1f1f1;
        font-weight: normal;
        font-style: normal;
    }

    Regards,
    PenciDesign.




  •  4
    ISOLE-GRECHE replied

    Why is in the editor like that, but in preview is like CSS code?

  •  2,580
    PenciDesign replied

    Hi,

    The problem because the CSS style in the editor mode totally different from the front-end mode, so you need to add more extra CSS code.

    Regards,
    PenciDesign.