- This topic has 5 replies, 2 voices, and was last updated 9 years, 7 months ago by Andrew Misplon.
- AuthorPosts
- April 10, 2015 at 4:54 pm #1167
explauramayParticipantSorry for all the queries (and my potential idiocy). How do I change the font size for blog posts? In the css? (Given I can’t access the ‘settings’ as per previous question.) Thanks so much, it’s just a little bit small for people to be able to read 🙂
April 10, 2015 at 5:41 pm #1172
Andrew MisplonKeymasterNo problem. Feedback is really helpful, please fire away.
We’ll have a premium, pay what you want, version out in the near future. It’ll have a full Customizer section. That said, we’re more than happy to help out with CSS snippets where required.
The easiest way to add little snippets of CSS to a theme, without using a child theme, is to use a Custom CSS plugin, here are two to choose from:
Simple Custom CSS:
or
Jetpack Custom CSS
http://jetpack.me/support/custom-css/What I usually recommend is, go with Jetpack if you are using it or going to use it for more than just Custom CSS. Perhaps you want to use it’s Tiled Galleries feature too. But if you just need a Custom CSS plugin then I’d choose Simple Custom CSS.
Once you have a Custom CSS plugin setup, try the following, just copy, paste:
/* Content Font Size */ .entry-content p, .entry-content li { font-size: 16px; }
Adjust the 16px value as required.
Hope that helps 🙂
April 12, 2015 at 1:09 pm #1175
explauramayParticipantThanks so much, I’ll give this a go – you’re a legend! I ended up making a tiny modification to the theme CSS to boost the font size a little, but I’m sure I did it the completely wrong way. I’ll undo it and do what you said above 😀
April 12, 2015 at 4:34 pm #1179
Andrew MisplonKeymasterFor sure.
If you could undo the change you made to style.css that would be great. The CSS snippet I sent is more specific than the change you made. Let me know once you’ve given it a go. We can always wide the scope to include other elements.
April 12, 2015 at 4:48 pm #1183
explauramayParticipantHey sorry, I think you started getting sent to my junk mail. I’ve just deleted and reinstalled Ultra, and made the CSS changes you recommended. It’s much better – like you said, the menus fit a bit better, but the body text is a more reasonable size.
April 12, 2015 at 5:01 pm #1185
Andrew MisplonKeymasterSuper, glad that helped 🙂
- AuthorPosts
The topic ‘Font size’ is closed to new replies.