Okay
  Public Ticket #2142454
Blog Post Title Font & Size Change
Closed

Comments

  • kyledavisdesign started the conversation

    In Salient, I've added the Recent Posts to the homepage. Is there a setting in Salient that changes the size and font of the Blog Post Title on the homepage, or does it have to be done with custom code? Please see attachment.

    Thanks, Kyle

  •  3,024
    Andrew replied

    Hi Kyle,

    Thanks for getting in touch.

    Use the following custom css:

    @media only screen and (min-width: 768px){
        .blog-recent .col .post-header a, .blog-recent .col .post-header h3 a {
        font-size: 24px;
    }
    }
    

    Hope this helps.

  • kyledavisdesign replied

    Hi Andrew, this is great thank you. This changed the font size, but I want to change the font family as well. Can you help me with that please? I tried changing the h tag from h3 to h2 but it didn't do anything. Thanks in advance.

  •   Andrew replied privately
  • kyledavisdesign replied

    Andrew, the font family is Josefin Sans. Thank you!

  •   Andrew replied privately