Remove Home Page Title
-
Is there a way to remove the page title from the home page? I was able to find .intro h2 { display: none; }, but that removes all of the section titles from the page, and I’m looking to just remove the main page title.
Thank you!
The blog I need help with is: (visible only to logged in users)
-
Hi,
In your case, to remove the homepage title, please change the CSS to:
.intro > h2 { display: none; }
-
- The topic ‘Remove Home Page Title’ is closed to new replies.