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 #3596934
Blockquote style
Closed

Comments

  • Patrice started the conversation

    Would like to change the default BLOCKQUOTE style, so that both Wordpress and Soledad theme codes recognise the change. I'd like the text to be normal, NOT ITALIC. (see the image attached). Also the font color should be black, with a black vertical line on the left. 

    Many thanks!!

    PG



    Attached files:  Screen Shot 2024-03-01 at 5.21.31 PM.png

  •  2,541
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .wp-block-quote p {
        font-style: italic;
    }

    Regards,
    PenciDesign.



  • Patrice replied

    Sorry, but I think you did NOT understand my request. You sent me a code that still shows the text in Italic, which I DO NOT want. I want the text in normal, regular text style. 

    Also, the vertical line framing the quote on the left is still blue, it SHOULD BE BLACK. 
    And the background should be light gray.

    Please observe carefully the image I attach and try to send me code that replicates that kind of style. 

    Many thanks, and I am sorry to give you so many headaches. 

    PG

    Attached files:  Screen Shot 2024-03-01 at 8.36.14 PM.png

  •  2,541
    PenciDesign replied

    Hi,

    Please modify the CSS code:

    .post-entry blockquote,
    .post-entry blockquote p,
    .post-entry blockquote span {
        font-style: normal;
    }

    Regards,
    PenciDesign.