Archived topic
Remove Home page title ONLY and make page custom
3 replies · Started by Cecilia on September 2, 2020
I have been trying to remove ONLY the Home page title so my Smart Slider is flush with the container separating space at the top. I think this may require me to customize the page and I don't know how. Please, I hope you can provide me with a solution that does not require me to write code as I don't know how. I have already reduced the container separating space to 10. i also plan to insert a Section below the slider Thank you very kindly
Hi there,
In Appearance > GeneratePress - enable the Disable Elements Module.
Then edit your home page and use the Disable Elements meta box to remove the Content Title:
https://docs.generatepress.com/article/disable-elements-overview/
Then to remove the extra space on above the Slider go to Customizer > Additional CSS and add this:
.home .entry-content {
margin-top: 0;
}
Hi David, Awesome! Awesome! Awesome!. Thank you very kindly
You're very welcome