• Resolved dhoomketu

    (@dhoomketu)


    Hi,

    Firstly, thanks for building such a great theme, I am in love with it.

    I do not want to display header image for some pages, please help me out in doing so.

    This is kind of urgent.

Viewing 1 replies (of 1 total)
  • Theme Author Tomas Mackevicius

    (@tomasm)

    Check what is your page ID for those particular pages (you can see the source code of the page and see BODY tag classes), then you can use this CSS code:

    .page-id-2 img.header-image,
    .page-id-2 .site-header img.wp-post-image {
    	display: none;
    }
Viewing 1 replies (of 1 total)

The topic ‘Remove header images from pages’ is closed to new replies.