• Resolved russtalavista

    (@russtalavista)


    hi there.
    how do i change the font of the blog post for both it’s title and body?
    so that it’s all the same for all future posts.
    many thanks

Viewing 1 replies (of 1 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    Sorry for late reply…long night.

    Anyway, are you just wanting to change the font on the body of the post summary and the full post itself, but not the rest of the web page?

    As for the blog post title, it would be done this way with some custom CSS in the Additional CSs tab of the customizer and do it like this example:

    .blog .entry-title, .archive .entry-title {
        font-family: Arial, Helvetical;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘changing post font title and body’ is closed to new replies.