• I m trying to reduce the size of font on some new pages for my website, however i am unable to find a way to do this. I tried to install two plugins, font size and font size switcher, but his ended up in half my words disappearing from the online screen.
    How can i change the font size easily?
    Also why were my previous two post about this deleted?

    http://www.jadservices.co.uk/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The easiest way to change font size is using css.
    For example, you want to change the font size on 24 Hour, Discreet, Environment to make it smaller. You can easily do that by adding this custom css code.

    .call-to-action .module > h1 {
        font-size: 20px;
    }

    You can use this plugin https://ww.wp.xz.cn/plugins/simple-custom-css/ to add custom css code to your website.

    Thread Starter jamie75

    (@jamie75)

    Hi thanks for that. I have installed the plugin. However being new to this how would i use it to change a standard line of text to a smaller font.

    Did you mean your article text? try adding this code.

    p{
     font-size: 15px;
    }
    Thread Starter jamie75

    (@jamie75)

    i added that and it made no difference to the font size. I also tried smaller numbers in it i.e 10px and 5px.
    I’m probably doing something wrong.
    Does this code go in before the line of text i want smaller?

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

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