Using CSS to enlarge font
-
Hi, the font available is not large enough How do I make the font bigger using CSS?
THANKS IN ADVANCEThe blog I need help with is: (visible only to logged in users)
-
I believe you need to have a WordPress business or premium account to add CSS customization. If you have access to CSS customization, add this and see what you think:
.column-content {
font-size: 1.1em;
}You can vary the em amount to play around with different font sizes. This will only influence the font size of your post content area, not the sidebar fonts.
Here’s a link to CSS customization help just in case you don’t have a premium account:
-
Thanks so much. This works to change content size but what if i want to change the size of the website title and slogan? I have a premium account
- The topic ‘Using CSS to enlarge font’ is closed to new replies.