Naming pages without titles
-
Hi.
I’m using penscratch 2 theme, which I like. But when adding pages as I did, such as a Services or a Contact page et al, I opted not to name them with the giant “Services,” or Contact heading at the top of the page. Instead, I left that blank when I created them.
But now, looking at my stats or at my list of pages in the dashboard, those pages show up as “#503(Untitled)” for my front page and subsequent pages I created.
is there any other way to name the pages without having to put the giant heading at the top of each one?
Big thanks in advance.
Keith.
The blog I need help with is: (visible only to logged in users)
-
Hi Keith, you could switch themes to one with a less obvious header, or you could use CSS to hide / reduce them.
Here’s the existing CSS:
media screen and (min-width: 50em) { .entry-title { font-size: 32px; } }You could try lowering that number to 24px or so. Or, hide the titles altogether:
.page .entry-title { display: none }Want to give that a try?
-
Thanks. I thought of another option after I called for staff attention.
Keith,
is there any other way to name the pages without having to put the giant heading at the top of each one?
On the Penscratch 2 theme, you may adjust the size of headings font at Customize > Fonts > Heading, as described and illustrated in the Changing Fonts in the Customizer section of the Custom Fonts support page. The problem with this option is that the selected custom font type, style, and size settings at that location affect all headings, not just page titles.
- The topic ‘Naming pages without titles’ is closed to new replies.