Best Premium and Free WordPress Themes › Forums › Education Base › Font size
Tagged: font size
- This topic has 9 replies, 4 voices, and was last updated 5 years, 10 months ago by Acme Themes.
-
AuthorPosts
-
October 29, 2017 at 1:11 pm #21512mariettedietzParticipant
Hi,
The default text font size of this theme is quite small, perhaps it’s also the light grey colour that makes it more unclear. I solved this by using a page builder on most of my static pages. But on the blog page I don’t use the page builder. Is there a quick way to increase the default font size in every blog post? Or to adjust the font colour?
http://www.dietzcoaching.nl/weblog/October 30, 2017 at 2:16 am #21526acmesupportsParticipantDear mariettedietz,
Please add the blow css codes inside Appearance > Customize > Additional CSS to make the font size little bit larger..blog .entry-content p { font-size: 13px; }
Hope this helps.
Regards
October 30, 2017 at 12:22 pm #21539mariettedietzParticipantThank you for your quick reply.
It dit not help, but when I click the help button, it brings me here https://en.support.wordpress.com/custom-design/editing-css/ where it says: “Note: you must have either WordPress.com Premium or WordPress.com Business active on your site to be able to add custom CSS to your site”.I have a free version of WordPress, I guess then I cannot change this in the CSS?
October 31, 2017 at 3:03 am #21564acmesupportsParticipantDear mariettedietz,
The link is wrong. You are not using WordPress.Com theme, you are using WordPress.Org theme and every file of theme you have inside your WordPress installation folder.public_html/wp-content/themes
So check that file and check your style.css as mentioned above.
Above css need to put inside Appearance > Customize > Additional CSS of your site. First login to your dashboard, you will get the options.October 31, 2017 at 10:05 am #21581mariettedietzParticipantThank you, I have tried again and also changed the style.css.
I now see the larger font on this page: http://www.dietzcoaching.nl/weblog/ (the blog page overview with short introductions to every blog), that’s great. But when I open a single blog (like this one http://www.dietzcoaching.nl/is-baas-huis-grenzen-aangeven/), the font is still small. Is it possible to enlarge the font in each single blog?
I’m sorry for asking all these questions, I’m really happy with your help!
Kind regards,
MarietteNovember 1, 2017 at 3:16 am #21613acmesupportsParticipantPlease add the below CSS codes inside Appearance > Customize > Additional CSS
.entry-content p, li { font-size: 15px !important; }
Hope this helps.
Thank you
January 31, 2018 at 12:29 pm #24876vangingerParticipantRather than start a new thread, hope it’s okay to add to this one.
I am trying to make the font larger on our school website – http://www.kirkburtonmiddleschool.co.uk
I have tried both of the above, but it hasn’t changed the size at all on the pages.. any help appreciated?February 1, 2018 at 7:15 am #24934Acme ThemesKeymasterHello vanginger,
While viewing your page source you have added the CSS inside commented code.
Please delete everything on Additional CSS and add only the above CSS.Thanks
February 1, 2018 at 8:20 am #24935vangingerParticipantBrill thanks. I didn’t realise it was in the commented code, never used the additional CSS part before and wasn’t sure where it placed it. It has worked anyway, thanks a lot!
February 1, 2018 at 1:49 pm #24941Acme ThemesKeymasterGlad to know, your problem solved 🙂
-
AuthorPosts
- The topic ‘Font size’ is closed to new replies.