display
-
I want to put the titles of my blog posts in a smaller font, but I don’t know how
WP.com: Yes
Correct account: YesThe blog I need help with is: (visible only to logged in users)
-
Hi there,
It is not possible to change the size of blog post titles with your theme (Twenty Sixteen) since it does not offer it as a configurable setting. There are two ways you can get around this:
- Purchase the CSS add-on to your site, and use CSS code to make a targeted change to your titles: https://wordpress.com/add-ons
- You can switch to one of our newer “Full Site Editing” theme, which has customizable templates that will allow you to change your title size: https://wordpress.com/themes/filter/full-site-editing/
If you opt to use CSS to change your site titles, here is the code you will need to add to your settings. Note you can edit the size
24pxto be any size you wish, so feel free to experiment!.entry-title { font-size: 24px; }Hope that helps. Please let us know if you have any more questions.
- The topic ‘display’ is closed to new replies.