Remove heading but keep name in navigation menu Posted in : Read WP boonrodParticipant 20 May 2019 at 16:12 #59262 Hi, When i remove the heading title it also removes the menu name in the navigation. How can i delete the title that appears below the navigation menu without losing the name in the menu. Thank you! serkanModerator 23 May 2019 at 16:04 #59294 Hi, You can use this custom css code; .home .entry-header >.entry-title { display: none; } If you want to remove for all of them you can use this; .page .entry-header > .entry-title { display: none; } Thanks Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in and have valid license to reply to this topic. License required for the following item Read WP - Minimalist WordPress Blog Themeby pixelwars Login and Registration Log in · Register