• Hello, after increasing fonts they are too big. How to set up smaller increment?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Same thing with my Block Theme (TwentyTwentyThree). With a hybrid Theme (TwentyTwentyOne) the scaling works.

    The easiest way is to overwrite the css. In body tag you can find new class after increasing font. Here is an example:

    body.pojo-a11y-resize-font-130 {
        font-size: 120% !important;
    }
    
    body.pojo-a11y-resize-font-140 {
        font-size: 125% !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Too big fonts’ is closed to new replies.