Hide menu on page 8 Forums » WordPress » Esotera » How To Author Posts February 9th, 2020 at 04:28 #98697 christinab Hello, I’ve tried for probably a few hours to hide my menu on page with id=8 I’ve tried .page-id-8 .access { display: none; } .pageid-8 prime_nav [ display: none; } and many many other simple css changes. Can you please specifically tell me how to target page 8 and what the css id is for the menu Website: dirtyspongeceramics.com February 21st, 2020 at 15:05 #99144 ZedCryout Creations mastermind Those identifiers were close, but not completely correct: .page-id-8 #access { display: none; } should work. 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. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) The topic ‘Hide menu on page 8’ is closed to new replies.