Evening,
I found this in another thread.
[
Quote:
i]If you want to hide title of all pages, add this to Custom CSS.
.type-page .entry-title {
display: none;
}
how do I center the blog title, horizontally?
Add this to Custom CSS.
.header_title {
text-align: center;[/i]
But, this code covers all pages. How can I modify this for only one specific page? I titled my static home page “Home” so it would show in the menu bar as such. But, I replaced the title with another title in the body of the page. Now, I want to keep the “Home” from showing in the page body.
Thanks for any help
Bill