Posted October 18, 20195 yr 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.
October 19, 20195 yr You can add this to your custom.css file /* Makes post body font larger (default is 14px) */ .ipsType_normal { font-size: 16px; }
November 8, 20195 yr 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?
November 8, 20195 yr 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; }
Archived
This topic is now archived and is closed to further replies.