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 #1573015
format of test
Closed

Comments

  • badboy79 started the conversation

    how i can change de colour of text of my article because is too much dark if i use paragraph

    and how i can chage the size of h1 h2 h3 thanks


  •  2,699
    PenciDesign replied

    Hi,

    1/ You're using Blockquote - Not paragraph.

    You should use paragraph instead of blockquote for your content.

    And to change color of blockquote content, please add more this code to Customize > Custom CSS:

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

    Change color code 313131 to any color code you want.

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

    .post-entry h1, .wpb_text_column h1 { font-size: 28px; }
    .post-entry h2, .wpb_text_column h2 { font-size: 24px; }
    .post-entry h3, .wpb_text_column h3 { font-size: 22px; }

    Change number 28, 24, 22 to any value you want


    Best Regards,

    PenciDesign