[Resolved] Remove Home page title ONLY and make page custom

Home Forums Support [Resolved] Remove Home page title ONLY and make page custom

Home Forums Support Remove Home page title ONLY and make page custom

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1427338
    Cecilia

    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

    #1427526
    David
    Staff
    Customer Support

    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;
    }
    #1428420
    Cecilia

    Hi David, Awesome! Awesome! Awesome!. Thank you very kindly

    #1428780
    David
    Staff
    Customer Support

    You’re very welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.