Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

eliminate category header

  • Hi,
    I’m working on a website (link in private information) where I have to sort the menu items in “Aktionen” by category.
    I don’t want to display the categories below the header (in the link below “alle” between menu and tiles)

    .masonry-enabled .page-header {
        display: none!important;
    }

    is leaving the space there.
    Can you help to close the gap?
    Thx ahead,
    Torsten

  • Hi there,

    you can add this PHP Snippet to your site:

    add_action( 'wp', 'lh_remove_archive_title' );
    function lh_remove_archive_title() {
            remove_action( 'generate_archive_title', 'generate_archive_title' );
    } 

    it will remove the HTML from the site.

  • THX!
    you’re support is really great…

  • You’re welcome

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