• Resolved wayne2346

    (@wayne2346)


    When I go to my other pages and posts part of the header image is shown. I only want the header image on the main page and exclude it from the other links.

    Thank you in advance.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try adding this to your CSS

    .page .custom-header {
        height: 0;
    }

    EDIT:
    Use this instead, it should work better

    body:not(.home) .custom-header {
        height: 0;
    }
    • This reply was modified 7 years, 3 months ago by peterspliid.
    Thread Starter wayne2346

    (@wayne2346)

    Thank you peterspliid. I appreciate your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header Image on Other pages’ is closed to new replies.