How to hide page title on some pages Forums » WordPress » Nirvana » How To Author Posts April 9th, 2016 at 05:58 #36343 Brian Hello, I would like to hide the page title on some of the pages. How do I do that? April 10th, 2016 at 14:31 #36386 ZedCryout Creations mastermind You can hide all page titles from the theme’s settings or use custom styling to hide specific page titles (as each page has an unique id which can be used). body.page-id-THEID h1.entry-title { display: none; } Replace THEID with the numeric id of the page. Duplicate this for each page you want it to apply to. 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. October 6th, 2016 at 16:25 #39655 richflew Hi, I have the same question Can you tell me where I find this code in order to change it please October 6th, 2016 at 16:37 #39656 richflew Ignore last request – i found it under Mantra graphics settings Author Posts Viewing 4 posts - 1 through 4 (of 4 total) The topic ‘How to hide page title on some pages’ is closed to new replies.