Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #133005
    israel_finn
    Participant

    On my blog page I have post titles set to PT Sans Narrow, but the single post titles are a serif font. I’d like them to reflect the post titles on the blog page, but can’t find the CSS code. Thanks! https://israelfinn.com/

    #133047
    Skandha
    Participant

    @israel_finn: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .entry-title {
    	font-family:PT Sans Narrow !important;
    	text-transform:uppercase;
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

    #133057
    israel_finn
    Participant

    That worked like a charm! Thanks, Skandha!

    #133060
    Skandha
    Participant

    @israel_finn: Glad I was able to help you. Have a good day!

    Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change single post title font’ is closed to new replies.