Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #371083

    In my “old” Enfold theme the code: body { font-size: 0.9em; } works fine to change the basic font size. But in my last (4th) Enfold theme (of 18 dec 2014) the basic font size is way too big and this code only changes the line distance but not the font size.
    I am thinking of copying my old (2nd) Enfold theme to my new website, but I do not know if that gets .me in trouble (by using the theme twice for different websites)..
    Thanks for your solution,
    Joost van der Laan

    PS:

    #371086

    Hi Joost van der Laan,

    Can you post the link to your website please?

    Regards,
    Josue

    #371090

    New Enfold theme of 19 december 2014 with fixed too big font size: http://josdeurloo.nl/implantologie/

    Old Enfold theme with nicely working font size editing: http://rembrandtkliniek.com/wallen-onder-ogen/

    Thanks for your quick reply,

    Joost van der Laan

    #371093

    Try with this code in Quick CSS:

    p {
      font-size: 0.8em;
      line-height: 1.8em;
    }

    Regards,
    Josue

    #371126

    Thanks Josue, it works. And in addition for bullets, archive and categories I must use ul instead of p.

    #371145

    Yes, you can have them combined by the way:

    ul, p {
      font-size: 0.8em;
      line-height: 1.8em;
    }

    Cheers!
    Josue

    #371253

    Now I have compleet freedom to optimize my fonts and line distance. Thanks to you!. But I like to put my bullet lines closer together than the normal lines, so I address them separately. The next step is to increase the font size a bit of the Enfold Latest News widget I use very often.

    Cheers, Joost.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Font size in newest Enfold theme’ is closed to new replies.