• Hello,

    I’d like to remove the header image from all pages besides the home page, is this possible? The image shows up on all pages at the moment.

    Thank you!

    Dave

Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author bandicootmarketing

    (@tinkerpriest)

    Without the header image pages don’t really look too good. Design-wise, that separation is there for a reason. And there isn’t actually an option to remove it.

    May I have the url to your site so I can help in a more detailed way?

    Theme Author bandicootmarketing

    (@tinkerpriest)

    Scratch what I said. There isn’t an option to remove them but there is a way using CSS. But they will still remain in the actual HTML.

    .header-img {
       display: none;
    }
    
    .home .header-img {
       display: block;
    }

    I’ve created a picture gallery on one of my pages, and when you click on a thumbnail, the larger version of the pic opens on a new page. That is fine, but the primary header picture is what you initially see and you have to scroll down the page to see the picture that you clicked on. I’d like to make the pic that was opened be what you see. Will the CSS formula mentioned above work in this situation? Not sure if what I’m asking is clear. The page I’m working on is at https://michelefranco.net/ if looking at it would held understand what I’m trying to do.

    Hi Timaton,
    I’d be very grateful for any help you could give on this topic. My url is monsalvat.org

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you create a new thread to discuss your issue: https://www.ads-software.com/support/theme/matheson#postform ?

    Hello I am using the Matheson theme, please can someone advise me how to remove the header images from all pages except the home page??

    I am unable to get the header image to change with a new post, even though the option is available when creating a new post. Is this a bug and can it be fixed? I have noticed that most users are experiencing problems with the header function, I think it needs attention from the developer asap.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Removing header image from other pages?’ is closed to new replies.