• Hi,

    can anyone tell me how i can change the header.

    I want to show the header only on the first page/ start page. When the user clicked to e.g. an blog article, there should be on the top only the navi bar without the image header.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’ve been trying to do this too. Thereare loads of answers kicking around which involve putting code in the Custom CSS etc but none work.

    I’ve tried:

    img.header-image {
        display: none;
    }
    
    .home img.header-image {
        display: initial;
    }

    and

    .page #headerimg {
    display: none;
    }

    and

    /* ================================================ */
    /* CSS to remove header image area from all pages */
    /* ================================================ */
    div.header-image-container {
    display: none !important; 
    }
    /* ================================================ */
    /* CSS to display header image area on home page */
    /* ================================================ */
    body.home div.header-image-container {
    display: block !important; 
    }

    None worked.

    I thought I’d be able to do it by ticking a box. Apparently not!

    • This reply was modified 7 years, 7 months ago by Dave P.
    • This reply was modified 7 years, 7 months ago by Dave P.
    Thread Starter 360zu1

    (@360zu1)

    Thank you Dave for your idea.

    Have anybody else an idea?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show Header only on Homepage’ is closed to new replies.