Viewing 3 replies - 1 through 3 (of 3 total)
  • I have a similar question. How to change the font of title and content of posts? The default font doesn’t contain Polish characters that I need.
    I will be very thankful for the help!

    Theme Author Modern WP Themes

    (@modern-wp-themes)

    You can change the font size of the post title from style.css, open the simply-vision theme folder there you can see this file and open it. Go to the line no.672 where you can see like this:-

    .entry-title {
    margin: 0 50px 3px 0;
    font-size: 2.5em;
    line-height: 1.2;
    }

    So here you have to change the font size.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    You really don’t want to recommend that users modify themes that way.

    You can change the font size of the post title from style.css, open the simply-vision theme folder there you can see this file and open it.

    Noooo don’t do that. When the theme updates you will lose all of your changes.

    Instead create and activate a child theme of this theme.

    http://codex.wordpress.org/Child_Themes

    Then in the child theme’s style.css add that CSS after the @import line.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Font Size Title’ is closed to new replies.