• I need help figuring out how to change the font size in the body of my posts in theme Limau Orange .1

    In my style sheet under that theme I changed the font from:

    body { font-family:’Verdana’; font-size:11px; }

    to:

    body { font-family:’Verdana’; font-size:12px; }

    And if I click the permalink it now shows the larger font but on the main front page it is still tiny.

    Is there another place I can/should change it? I can’t find any font that is smaller than 12px in the css.

    My site is:
    https://lorigreenberg.com/blog

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • “Is there another place I can/should change it?”

    Yes, probably. You need to look through all the “div” tags for the body, the answer is there somewhere, possibly “div.middle”.

    Or it might in a p.

    Or, you can try to enforce your CSS rule by modifying your code to:

    body { font-family:'Verdana'; font-size:12px !important; }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Font Size in Limau Orange .1’ is closed to new replies.