Reduce font size
-
How can I reduce the font size of the heading of a page, or remove the title of the page altogether on the page itself without removing it from the menu? The heading on the static home page is set at “large”, which is what I want, but I don’t want the title to each separate page (for example blog posts) to be so big. The size of the font on the individual pages is even larger than the size of the font on the home page. Seems like it should be easy but I just don’t see how to do it without affecting the size of the header on the home page. Having no page heading on the individual pages would be OK too but when I delete the wording of the heading of the post, the heading is also removed from the menu.
The blog I need help with is: (visible only to logged in users)
-
First of all, sorry for the long wait! I didn’t see this post until now.
It sounds like you can do what you are looking for with a bit of custom CSS. I’ve provided a quick snippet below to get you pointed in the right direction.
body.post .entry-title, body.page .entry-title { font-size: 18px; }
Let me know if you have any questions regarding this.
- The topic ‘Reduce font size’ is closed to new replies.