• alexkhan01

    (@alexkhan01)


    Website: theexposer.Co.UK

    Theme; advertica lite

    I would like to make my post writing bigger. I don’t want to manually edit all posts to do this.

    I have even tries adding the <strong tag> to my singles.php around the post content but that hasn’t worked. I’ve searched my css to try find this but have had no look.
    Any help would be appreciated

Viewing 1 replies (of 1 total)
  • Bad_Egg

    (@bad_egg)

    Somewhere in your theme’s CSS there will be a typography section. In my theme, for example, under Typography is this:

    body,
    button,
    input,
    select,
    textarea {
    	color: #202020;
    	font-family: sans-serif;
    	font-size: 16px;
    	line-height: 1.6;
    }

    This controls the font size in my posts. The original was 15px; I changed it to 16px.

    Just look through the CSS for anything that says “font-size:” then change the size and see what happens to your site. Eventually you will find the right one that controls your body text.

Viewing 1 replies (of 1 total)
  • The topic ‘How to make writing in all posts bigger’ is closed to new replies.