Can I somehow get the same font size on the page "Om bloggen" as I have on my frontpage?
The blog I need help with is sjovsundhed.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Can I somehow get the same font size on the page "Om bloggen" as I have on my frontpage?
The blog I need help with is sjovsundhed.wordpress.com.
Bump
Certainly. You can use the Custom Design upgrade to change how the theme design looks. To try it out, add the following CSS to your blog's Appearance → Custom Design → CSS editor:
#content .single-entry-content p {
font-size: 1em;
}
And then click the Preview button.
You can adjust the 1em number to 1.1em or keep increasing it until it looks the way you want.
This topic has been closed to new replies.