Okay
  Public Ticket #1330595
Author Meta Font Size
Closed

Comments

  • NeilMacca started the conversation

    Hi Guys, Salient Newbie!

    I cant figure out which of the settings in Typography changes the font and sizing of the blog post meta (Author name, Date and Category)?

    Appreciated,

    Neil

  •  3,034
    Andrew replied

    Hi there, 

    Thank you for contacting us. I'd be happy to help. 

    You can change the font and font size of the blog post meta using custom CSS. Please provide us with a link to the specific page and we'll provide you with the CSS. Also, tell us the name of the font you'd like to change it to. 

    Looking forward to hearing from you and thank you for choosing Salient. 

    Cheers!

  • NeilMacca replied

    Thanks Andrew, appreciated.

    The site isn't live, just starting a new project.

    I'd like to experiment to see what it looks like, Lato, uppercase perhaps.

    I'm surprised this isn't within the theme panel, your Typography settings are pretty extensive bar this option :)


    Neil

  •  3,034
    Andrew replied

    Hi there, 

    Thank you for getting back to us. 

    To change the font style, please navigate to Salient > General Settings > CSS/ Script Related and add the following code to the "Custom CSS Code" section: 

    .single #single-below-header span{
      font-family: "Lato"!important;
      text-transform: uppercase!important;
      font-size: 14px;
    }
    

    Please feel free to contact us if you have any further questions. 

    Best Regards.