• Hi
    Sorry to ask what seems to me to be a pretty basic question, but I’ve been looking for a while…

    my site https://www.shirbamidbar.com has too small a default font. I’d prefer the default to be 12 or even 14.

    What code do I add or change, and where?

    btw, the theme is desert1 1.0 by LeadCamp, Inc

    much thanks.

Viewing 1 replies (of 1 total)
  • The font sizes will be controlled by your theme’s stylesheet. Unfortunately, the theme you are using specifies the font in pixels for each and every part of the design. So there’s no easy way to increase all of the font sizes. If you want to increase the default post font-size, edit style.css and look for:

    PostContent {
    	color:#1F1D14;
    	font-family:Arial,Helvetica,Sans-Serif;
    	font-size:12px;
    	font-style:normal;
    	font-weight:normal;
    	text-align:justify;
    }

    (it’s around line 1100)

Viewing 1 replies (of 1 total)
  • The topic ‘where and how to enlarge font in template files’ is closed to new replies.