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 #2280258
Font Styles
Closed

Comments

  • karismastudios started the conversation

    Hi,

    How can I change the H1, H2, H3, H4 etc foints styles and colours? I can't find "Typography" in Appearance-customize

    Thanks

    Chris

  •  2,699
    PenciDesign replied

    Hi,

    The heading titles will follow the fonts you've selected via Customize > General Options > Font for Heading Titles.

    For change the color for heading titles h1, h2, h3, h4, please try add more this code to Customize > Custom CSS:

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

    Change color code ff0000 on the above code to color code as you want. You can get a color code here

    Best Regards,

    PenciDesign

  • karismastudios replied

    Hi so I can only apply ONE font style for ALL headings throughout the template? That's not very customisable! Can I use CSS to change the font and size as well as colour?

  •  2,699
    PenciDesign replied

    Hi,

    1/ For change the fonts size for heading titles, you can check options for it via Customize > Single Post Options.

    2/ For change the colors, if you want to change color for each heading titles, please replace the code I sent to this code:

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

    Change each color code ff0000 above to any color code you want to use for each heading. You can get a color code here

    3/ What's font style you want to change for your heading titles h1, h2, h3, h4 ?

    Please send me URL for this font and I will try to help you with a line custom css.


    Best Regards,

    PenciDesign