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 #1563243
Different Fonts on Homepage and Single Post
Closed

Comments

  • tankdeckelverschluss started the conversation

    Hello Penci-Team,

    is it possible to have different title fonts on the homepage and the single posts?

    Thanks in advance!

    PS: Your theme is great

  •  2,699
    PenciDesign replied

    Hi,

    Thank you for loving our theme.

    What's the font you want to change on single posts - can you send me the link for this font? I just can help you change to another font from google fonts.

    Best Regards,

    PenciDesign

  • tankdeckelverschluss replied

    Hello!

    Thanks for the superfast reply. The font is this one https://fonts.google.com/specimen/Gloria+Hallelujah

    Could you tell me how to change the title font just in case I want to change it sometimes in the future.

    Greetings!

  •  2,699
    PenciDesign replied

    Hi,

    To do that, please do following steps:

    1/ Add more this code to Customize > Logo and Header Options > Add Custom Code Inside <head> tag 

    <link href="https://fonts.googleapis.com/css?family=Gloria+Hallelujah" rel="stylesheet">
    

    2/ Add more this code to Customize > Custom CSS to change the heading inside your single posts:

    .post-entry h1, .wpb_text_column h1, .post-entry h2, .wpb_text_column h2, .post-entry h3, .wpb_text_column h3, .post-entry h4, .wpb_text_column h4, .post-entry h5, .wpb_text_column h5, .post-entry h6, .wpb_text_column h6 { font-family: 'Gloria Hallelujah', cursive; }

    Best Regards,

    PenciDesign

  • tankdeckelverschluss replied

    It works perfectly! Thank you very much :)