Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #223298

    Is there a way to globally increase the font size? I want to increase the base size of all fonts. There are so many css-classes, I don’t want to change all of them…

    #223377
    #223590

    sorry I know how to change the body font-size – but this is not the solution I was asking for – if you just change the body font-size some other .classes are NOT affected – e.g. the menu….

    The issue is that I’m using the font “Cutive mono” which is relatively small and therefor I want to increase the font-size of ALL elements

    Of course I could find out the classes of all elements but due to the complexity of the enfold css you get hundreds of different classes using firebug.

    Is there a list of all classes wihich define a specific font size?

    • This reply was modified 10 years, 9 months ago by melonmelon.
    #223646

    Hi!

    No, there isn’t a single list for everything. You can do this as a baseline:

    html,body,a {
      font-size: 100% !important;
    }

    But it will cause you still need more adjustments after for headings, icon fonts in some places which are already over 100%. In this case there isn’t a one-step fix and it will need individual adjustment depending the font/font-size you need to adjust to.

    Regards,
    Devin

    #223691

    thx ;-) by the way – great theme, superb support!

    • This reply was modified 10 years, 9 months ago by melonmelon.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Increase the (base) font size’ is closed to new replies.