[Support request] HOW TO: customize/hide theme elements

Home Forums Support [Support request] HOW TO: customize/hide theme elements

Home Forums Support HOW TO: customize/hide theme elements

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #318510
    atdev

    How do I disable Header & Page Header by default across all pages & posts for all device types desktop/tablet/mobile?
    Customizing > Layout > Header ?? no options
    Customizing > Layout > Page Header ?? no options

    How do I style the Inner Navigation Width seperate to Container?
    Customizing > Layout > Container > Container width 800px
    Customizing > Layout > Container > Primary Navigation > Inner Navigation Width > Contained ?? 1100px

    I did it with the following CSS but wondered if there was better/existing options:

    /* NAVIGATION WIDTH different from container */
    .inside-navigation.grid-container.grid-parent {
    max-width: 1100px;
    }

    /* HIDE CATEGORY header & duplicate images */
    header#masthead, header.page-header, img.attachment-full.size-full.wp-post-image {
    display: none;
    }

    #318516
    Leo
    Staff
    Customer Support

    Hi there,

    – Remove header: https://docs.generatepress.com/article/generate_header/

    – Remove Page Header: It’s page specific so if you don’t add anything then nothing should show.

    – Inner header width: Currently no existing option available. That CSS is good.

    Hope this helps.

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