[Resolved] Feature request: Hide sections instead of deleting

Home Forums Support [Resolved] Feature request: Hide sections instead of deleting

Home Forums Support Feature request: Hide sections instead of deleting

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #591155
    JANEK

    Is there no way to hide a specific section instead of deleting it entirely or manually coding the CSS to hide specific section ID’s?

    I saw a post from back in early 2017 and it seemed there was some interest in this feature, but I assume nothing ever came of it?

    Could you confirm if this is still on the features to be added list and not completely forgotten about?

    It would be insanely useful from a client perspective to be able to temporarily hide sections.

    Regards,
    Janek

    #591188
    Leo
    Staff
    Customer Support

    Hi there,

    See Tom’s note on the future of Sections add-on here: https://generatepress.com/forums/topic/gutenberg-plugin-not-working-with-gp-premium/#post-539905

    For now, you can either add the three hide-on classes in sections custom class:
    https://docs.generatepress.com/article/responsive-display/#using-our-hide-on-classes
    https://docs.generatepress.com/article/sections-overview/#layout

    Or just add a class like hide-section with the CSS:

    .hide-section {
        display: none !important;
    }

    Let me know if this helps πŸ™‚

    #591879
    JANEK

    Thanks for the reply. This certainly seems like something that you are still considering.

    In the meantime I will just use the css class method. πŸ™‚

    #591882
    Leo
    Staff
    Customer Support

    Yeah we are considering a lot of things for Sections πŸ™‚

    Glad I could help!

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