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 #2538844
Font Single Post Title
Closed

Comments

  •   mariarvz62 started the conversation
  •  2,699
    PenciDesign replied

    Hi,

    1/ You can select this font to apply for all your heading titles by default via Customize > General Options > "Font for Heading Titles"

    2/ For apply custom css for single post title, you can use the Custom CSS code like this:

    .container-single .single-post-title{
        font-size: 24px;
        font-weight: bold;
        font-style: normal;
        letter-spacing: -1.9px;
    }
    

    Best Regards,

    PenciDesign