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
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
Thanks Günther,
It works fine.
Best regards,
Tjaard