• Resolved Muehlenweg

    (@muehlenweg)


    I have a problem with the size of the body copy which I want to enlarge since my site caters to people with minor to severe vision problems.

    Have tried every piece of the CSS px and rem settings for h5 and h6, but copy hasn’t gotten any larger. Does the copy have another tag than h5 or h6? I couldn’t find anything with ‘body’… Had no problems changing px/rem values for h1 to make headlines bigger and wp-captions for captions.

Viewing 5 replies - 1 through 5 (of 5 total)
  • For body simply refer to the body element like:

    body{ font-size:13px;}

    Theme Author Anthony Hortin

    (@ahortin)

    Near the top of style.css (around line 174), you’ll see the font size specified for the paragraph style. This will affect all your main body copy. The h1…h6 tags you mentioned are for all the headers.

    p, ol, ul, dl, address {
       font-size: 16px;
       font-size: 1rem;
    }
    Thread Starter Muehlenweg

    (@muehlenweg)

    Thanks Anthony for pointing me to the right place, this worked like a charm.

    Code is not yet poetry for me 😉

    Theme Author Anthony Hortin

    (@ahortin)

    Great to hear 🙂

    faukeweb

    (@faukeweb)

    Hei!
    I want to enlarge photos on Simply VisiOn template and can´t figure out how.
    Are the image sizes for the pages fixed?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to increase body copy text size’ is closed to new replies.