• Resolved pasjrwoctx

    (@pasjrwoctx)


    Can any one help me find a way to only have my Header Image show up on my Home Page? I have spent the better part of 4 hours, trying every trick in the book with no luck. The website is https://2ndshot.photos Any help that actually works would be awesome. Thanks.

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

Viewing 1 replies (of 1 total)
  • Thread Starter pasjrwoctx

    (@pasjrwoctx)

    I fixed it by placing this in additional css in the customize menu.
    /*Hide header image on other pages*/
    .home .header-img {
    display: inherit;
    }

    .header-img {
    display: none;
    }

    • This reply was modified 6 years, 3 months ago by pasjrwoctx.
Viewing 1 replies (of 1 total)
  • The topic ‘Set Header Image to Home ONLY’ is closed to new replies.