• didomiste

    (@didomiste)


    hello, does anyone know how to resize the font of posts title in WP twenty fifteen please?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Lazy Codr

    (@lazycodr)

    Hello mate,

    Hope this helps.

    Paste this at the end of the style.css and replace YourValue with your font size

    body.single header.entry-header h1.entry-title{
    font-size:YourValue;
    }
    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin http://ww.wp.xz.cn/plugins/custom-css-manager-plugin

    Then use its “CSS Code” section of the dashboard to hold your CSS modifications

    Alternatively use your Child Theme style.css file to hold your CSS modifications

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘2015 post title font resizing’ is closed to new replies.