Site logo

[Support request] How can I remove the page heading?

Home Forums Support [Support request] How can I remove the page heading?

Home Forums Support How can I remove the page heading?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #230922
    Paul

    http://screencast.com/t/Vakl3onDk

    Is there a way to hide or remove the page heading on a single or all pages?
    The theme options are very nice. Also I just purchased all addons, but didnt see anything obvious.
    Thanks

    #230926
    Paul

    Have you tried the Disable Elements section?

    #230936
    Tom
    Lead Developer
    Lead Developer

    I wonder which element is creating that white space? A link to the page would definitely help 🙂

    #230939
    Paul

    I disabled: Header, Page Header, Content title

    http://screencast.com/t/rgV0n42rKJb

    Test Site – http://pastorschaller.com/site3/page4-2/

    Could it be caused by Elementor page builder plugin?

    #230940
    Tom
    Lead Developer
    Lead Developer

    Ah, it’s the content padding.

    On that one page, add this CSS:

    .one-container .site-content {
        padding: 0;
    }

    You can add it to that page only using Simple CSS: https://en-ca.wordpress.org/plugins/simple-css/

    #230944
    Paul

    Tom. It works perfectly, thank you!
    http://pastorschaller.com/site3/page-5/

    Why is the padding there? Would you consider adding a theme option to remove the padding when the ‘Content Title’ is disabled?

    #230945
    Tom
    Lead Developer
    Lead Developer

    The padding you see there is the content padding option. I may add an option to remove padding in the “Page Header Integration” metabox if “Full Width Content” isn’t selected (as that removes the padding anyways).

    Thanks!

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