• Hi,

    I’m using Planum Theme, wonder if I change the font size for the title of the posts or main page posts description.
    Do you have a pro version that I can buy so that I can customize fonts type or sizes?
    Thank you!
    veevdesign.com

    Best,
    Seojoo

Viewing 1 replies (of 1 total)
  • Hey Seojoo,

    How are you doing today?

    Not sure if premium version allows you to change font size but you should be able to do this with some custom CSS.

    Please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:

    http://ww.wp.xz.cn/plugins/simple-custom-css

    .planum.post .entry-title {
        font-size: 20px;
    }

    This should be original size of the post titles on your home page, please replace the numeric value with the one of your choice.

    Hope this helps 🙂

    Cheers,
    Bojan

Viewing 1 replies (of 1 total)

The topic ‘Font Size’ is closed to new replies.