• How can I change the font size?

    Since I updated hueman to version 3.3.13, I can not overwrite the font size

    In version 3.3.12 it worked ??

    h1 and h2

    element.style {
        font-size: 41.92px;
    • This topic was modified 7 years, 8 months ago by wllld.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author presscustomizr

    (@nikeo)

    Hi,
    You can add the !important flag at the end of your custom rule to override the theme ones.

    Example :

    .entry h2 {
    font-size:1.2em;
    }

    becomes


    .entry h2 {
    font-size: 1.2em!important;
    }

    Thread Starter wllld

    (@wllld)

    Thank you Nicolas !

    Theme Author presscustomizr

    (@nikeo)

    You are welcome, I’m glad it helped ??

    in 3.3.14 was added a new option in Adanced options > Mobile Devices > Make font sizes flexible, which makes huge fonts (so-called ‘flexible’) on the desktop devices not just for mobile.
    anyway, that new option is unchecked by default

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Font Size 3.3.13’ is closed to new replies.