• Resolved paquinonez

    (@paquinonez)


    Hi there! I want to keep the image header ONLY on the home page. Could anyone recommend me a way of deleting it from the other pages?
    Thank you so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author ThemeZee

    (@themezee)

    Hi there,

    Thanks so much for using Poseidon.

    Can you please provide the URL to your website so I can take a look?
    Thank you.

    Cheers,
    Thomas

    Thread Starter paquinonez

    (@paquinonez)

    Hi Thomas!
    Thanks for your answer! The URL to the website I’m building is: https://tribuna.ec
    I’d like to keep the image header just on the homepage, not in the other pages nor the blog entries. Could you please recommend me a way of doing that?
    Best regards,
    Pablo

    Theme Author ThemeZee

    (@themezee)

    Hello Pablo,

    You should be able to use this short CSS snippet to hide the header image on all other pages:

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

    You can copy the CSS code and insert it on Appearance > Customize > Additional CSS.

    Cheers,
    Thomas

    Thread Starter paquinonez

    (@paquinonez)

    Hi Thomas,
    Thank you so much!
    Best regards,
    Pablo

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove header from pages’ is closed to new replies.