How to invisible the header images? Forums » WordPress » Roseta » How To Author Posts January 11th, 2020 at 22:46 #97528 nicwang Hello, I’m using Codex. I want to invisible the header images (hero images) on other pages except for the Home page. Could you tell me how I can fix it? Thank you. Nicole Website: wanglx.com January 19th, 2020 at 19:19 #97845 ZedCryout Creations mastermind Try the following CSS: body:not(.home) #header-image-main { display: none; } Keep in mind that the header titles and breadcrumbs are part of the header image area, so those will be hidden as well. If you like our creations, help us share by rating them on WordPress.org. Please check the available documentation and search the forums before starting a topic. February 2nd, 2020 at 06:05 #98442 vitamindPower User Worked perfectly! Thank you Zed! February 14th, 2020 at 05:34 #98894 nicwang That’s what I want. It works well. Thank you, Zed! Author Posts Viewing 4 posts - 1 through 4 (of 4 total) The topic ‘How to invisible the header images?’ is closed to new replies.