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 #4507204
How can I change the color of the quote field?
Open

Comments

  • clarastravelroute started the conversation

    Hi,

    How can I change the color of the quote field?


    Best Regards.

  • clarastravelroute replied

    Hi,

    1. How can I change the color of the quote field?

    2. How can I change the font sizes of S, M, L, and XL in the Editor section of the Post section without manually entering them? For example, if I press the letter "L" without manually changing it, the font size will automatically change to 24. How can I also change their font family?

    Best Regards.

    Attached files:  image.jpg

  •  2,996
    PenciDesign replied

    Hi,

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

    .post-entry .wp-block-quote,
    .woocommerce .page-description .wp-block-quote,
    .wpb_text_column .wp-block-quote {
      border-left-color: #333;
    }
    

    Please replace #333 with your preferred custom color code. You can find the color code on this page: https://htmlcolorcodes.com/

    Regards,
    PenciDesign.