Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #389288

    Hello,
    I want to enlarge the font size for the body text with the Enfold template. I used .avia_textblock { font-size:16px; } but that quick css has no effect.

    What must I do to change font size?

    Best regards

    Tjaard

    • This topic was modified 9 years, 9 months ago by TjaardHeikens.
    #389468

    Hey TjaardHeikens!

    Thank you for using our theme.

    In custom.css or Enfold->Styles->QuickCSS put the following:

    
    #main {
        font-size: 16px !important;
    }
    

    If you need to enlarge the heading font size also:

    
    #main .post-title a {
        font-size: 25px !important;
    }
    

    Cheers!
    Günter

    #389526

    Thanks Günther,

    It works fine.

    Best regards,

    Tjaard

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change default font size’ is closed to new replies.