Home on Homepage
- The topic ‘Home on Homepage’ is closed to new replies.
Need help? Check out our Support site, then
Hello,
The word “home” appears on my homepage and I can’t delete it without deleting it off of the site menu. How do I remove it from the homepage without messing with the site menu?
The blog I need help with is: (visible only to logged in users)
Hello,
To hide the “Home” site title, please add the following code into the Additional CSS section within the customizer:
.home .headline
display: none;
}
Hope that helps!
-Emily