• Resolved donniam

    (@donniam)


    Could someone tell me how to increase the font size in content area. This question was asked but no answer other than yes it can be done. Not a coder, but imagine there is CSS to do it
    http://donniamstudio.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • You will need to go to Appearance > Editor to edit your CSS.

    Currently, this is what your CSS looks like:

    body {
    font-family: Open Sans;
    font-size: 15px;
    line-height: 23px;
    color: #000;
    }

    You will need to look for that block of code and edit the font-size and give it a much higher value.

    Thread Starter donniam

    (@donniam)

    Thanks i ended up changing themes.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Increase font size content’ is closed to new replies.