Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #258899
    legevindice
    Participant

    Hello!

    I deliberately activated the header media only on my frontpage. On all other pages sadly the Header Media Section is pretty big and does not vanish so that the content is not placed directly under the menu bar (what I would favor). Is there a way to control the size of the header media section on pages where I deactivated the header media?

    Thanks in advance.

    #258919
    Skandha
    Participant

    @legevindice: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.home) .custom-header {
        display: none;
    }
    body:not(.home) .breadcrumb-area.custom {
        margin-top: 90px;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Size of Header Media Section’ is closed to new replies.