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 #2725535
Change font on post titles only
Closed

Comments

  • Kittendale started the conversation

    Hi! 

    My question is: Is there any way to change the font only on post titles? Changing the font on heading titles also changes the font on everything in the sidebar and a lot of other titles/places, and I just want to change the font on post titles. Is this possible in any way? 

    Have a nice day and thank you in advance!

  •  2,699
    PenciDesign replied

    Hi,

    Please send me:

    - Your site URL ( make sure it's live )

    - Where is the titles you want to change the font or just on the all post titles?

    - What's the font you want to change for? Please send me the URL of that font from Google Fonts: https://fonts.google.com/


    Best Regards,

    PenciDesign

  • Kittendale replied

    Hi,

    The url: http://marialinnea.se

    All the post titles, so those I marked with red in the images I attached here. So all of the post titles, including the post titles in the slider. But not on anything else. If this is possible of course?

    The font I want to change to: https://fonts.google.com/specimen/Berkshire+Swash?preview.text_type=custom (Berkshire Swash)

    Thank you!

  •  2,699
    PenciDesign replied

    Hi,

    Please do follow the steps below to do that:

    1/ Add more this code to Customize > Logo & Header > Add Custom Code Inside <head> Tag:

    <link href="https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap" rel="stylesheet">
    

    2/ Add more this code to Customize > Custom CSS:

    .penci-featured-content .feat-text h3, .entry-title, .penci_recent-posts-sc ul.side-newsfeed li .side-item .side-item-text h4 a, .widget ul.side-newsfeed li .side-item .side-item-text h4 a, .container-single .single-post-title, .item-related h3 a, .post-pagination h5{ font-family: 'Berkshire Swash', cursive; font-weight: 400; }
    

    Best Regards,

    PenciDesign

  • Kittendale replied

    Awesome! Thank you for solving my problem! 

    Have a nice day! :)