Archived topic
Removing page name text 'Home' from homepage
11 replies · Started by Sameer on November 30, 2022
Please guide on how to remove page name text 'Home' from homepage.
Hi Sam,
Looks like you've figured it out?
I'm not seeing the title on the home page.
If not this should help:
https://docs.generatepress.com/article/disable-elements-overview/
Thank you for getting back. Yes, I was able to figure it out by specifying the following in CSS:
.page-id-0 .entry-title {
display: none;
}
However, the vertical gap between the logo and slider is too much. Please advise how to reduce it.
Have you tried my suggestion in my first reply to use the Disable Elements module?
https://generatepress.com/forums/topic/removing-page-name-text-home-from-homepage/#post-2443571
It's not good to use CSS to hide the page name :)
Hi again. As per your suggestion, I did use the Disable Elements module to disable Content Title.
However, the vertical gap between the logo and slider is still too much.
Please advise how to reduce it.
Thank you.
Hi there,
some of that space comes from the theme padding:
1. go to Customizer > Layout > Container and reduce the Top padding.
2. (optional) Customizer > Layout > Header and reduce the bottom padding
#1 fixed it. Many thanks.
Glad we could be of help!
I just realized that the vertical gap between the logo and slider is still too much on mobile devices. Is there anything we can do about it? Thank you.
In the Customizer switch to the Mobile preview, then edit the Padding options again as they have mobile responsive settings too.
Thanks again.
You're welcome