ProSkill Posted October 18, 2019 Posted October 18, 2019 How do enlarge the font on the default theme? I've tried google and old posts reference a CSS Style Sheet that apparently doesn't exist anymore.
PPlanet Posted October 19, 2019 Posted October 19, 2019 You can add this to your custom.css file /* Makes post body font larger (default is 14px) */ .ipsType_normal { font-size: 16px; }
Chris027 Posted November 8, 2019 Posted November 8, 2019 When I use that CSS it also styles my H2 titles on the front page. Is there a way to use CSS :not() to style the fonts that aren't H2?
Chris027 Posted November 8, 2019 Posted November 8, 2019 OK, I think I may have achieved what I want with this CSS. Only the body of articles and the body of forum topics is effected. .ipsType_normal.ipsType_richText { font-size: 18px; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.