Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi there, You will need to add some custom CSS to achieve this.
    Install and activate this plugin then go to “Add Custom CSS” on your dashboard and paste this

    body{
    font-size:16px;
    }

    Let me know if you need something more!

    Thread Starter elaineedgson13

    (@elaineedgson13)

    Hi,
    Thanks, that worked great! The header and menu items are still the same size, is it possible to make them bigger aswell?

    I also want to remove the google+ social icon share link from posts?

    Hi there, please paste this

    header .nav ul >li > a {
        font-size: 16px;
    }
    header .site-logo h1 {
        font-size: 32px;
    }
    header .site-logo p {
        font-size: 20px
    }
    .entry-utils .socials li:last-child {
        display: none;
    }

    in your custom css box, replacing the size values to your preference.

    Thread Starter elaineedgson13

    (@elaineedgson13)

    Thank you, that worked great!

    Thread Starter elaineedgson13

    (@elaineedgson13)

    Is there also a way to make the social icon in the menu header bigger?

    Hi there, you are welcome!

    Please paste this

    .site-tools .socials li a {
        font-size: 16px;
        padding: 0 5px;
    }

    inside your custom css box.

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