- This topic has 2 replies, 2 voices, and was last updated 4 years, 2 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘title page’ is closed to new replies.
Tagged: title page
Hello, I’m sorry, but I need not to show the title of the home page, is it possible to remove it? thanks for any reply.
congratulations, the theme is truly spectacular.
Rino aka Zipper75
thanks, I solved it like this
.header-title { display: none; }
adding it as an additional css
The CSS you posted – .header-title { display: none; }
– will remove the page title across all pages of your site.
If you want to remove the title only on the home page, use this instead: .home .header-title { display: none; }