• Resolved jspill

    (@jspill)


    Using latest Hueman version

    In the customizr when I edit the font size in general design options, it doesn’t change the font size within blog post body, only in places like the sidebar.

    Previously I edited the css in child theme to include this text, but now that doesn’t work in the latest version of hueman (I found the new .css location in assets folder and tried to edit it)

    .entry { font-size: 15px; line-height: 1.6em; }

Viewing 3 replies - 1 through 3 (of 3 total)
  • Font size is being forced to 18px inline by

    <div class="entry themeform fittexted_for_entry" style="font-size: 18px;" >

    which must be unintentional!

    Thread Starter jspill

    (@jspill)

    Thanks @darkdaze

    So if I just edit that line in the .css to be 16px or whatever it should work?

    I’ll try now

    that was fixed in 3.3.14, now we can change the font size in customizer again.
    but 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

    • This reply was modified 7 years, 5 months ago by maximdonskov.
    • This reply was modified 7 years, 5 months ago by maximdonskov.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to change the font size of blog post text?’ is closed to new replies.