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 #2328511
h2-3-4-5-6 color settings
Closed

Comments

  • ritafant started the conversation

    Hello,

    I've been long time looking for a setting included in the theme, that allow me to set h2/h3/h4/h5 and h6 color in automatic for all post. I'm still not finding any setting that allow me to do that. Could you pls help me to understand if it's there but I didn't find it or there's not a setting for that? If it's usefull for you to know, I'am currentlu using Gutenberg the dafault page editor of wordpress

    Let me know 

    Thank you
    Rita

  •  2,699
    PenciDesign replied

    Hi,

    You can add more this code to Customize > Custom CSS to do that:

    .post-entry h1,
    .post-entry h2,
    .post-entry h3,
    .post-entry h4,
    .post-entry h5,
    .post-entry h6{ color: #ff0000; }

    Change color code ff0000 to any color code as you want. You can get a color code here

    We will consider to add more this feature in the future updatessmile.png


    Best Regards,

    PenciDesign