Home › Forums › Support › Remove head title in category page This topic has 8 replies, 3 voices, and was last updated 8 years ago by Tom. Viewing 9 posts - 1 through 9 (of 9 total) Author Posts January 27, 2015 at 4:49 pm #69345 Philippe Hello Tom, I would like to remove head title in category page. I Have tested a code in .css with : .cat=18 .entry-title { display: none !important; } and .category .pagetitle { display: none; } but neither of them work. Have you a idea ? Tanks by advence January 28, 2015 at 12:26 am #69405 TomLead Developer Lead Developer Hi there, For specific category: .category-xx .page-header { display: none; } For all category pages: .category .page-header { display: none; } Hope this helps π January 28, 2015 at 3:35 am #69441 Philippe Tank you so much Tom, you are the best π January 28, 2015 at 11:42 am #69529 TomLead Developer Lead Developer You’re welcome! π September 16, 2015 at 5:29 am #137221 Ted van Vliet Where should i put that code? i put it in the css but not sure it is right… Ted http://www.walterdelange.nl/wdl-site/ September 16, 2015 at 9:00 am #137291 TomLead Developer Lead Developer This should help: https://generatepress.com/knowledgebase/adding-css/ Let me know π September 16, 2015 at 9:44 am #137308 Ted van Vliet I did try that with no result .category .page-header { display: none; } not sure if my main page is in a category http://www.walterdelange.nl/wdl-site/ September 16, 2015 at 10:03 am #137310 Ted van Vliet Resolved! Checked the option in WP to not show the header in the right side of the UI September 16, 2015 at 12:49 pm #137346 TomLead Developer Lead Developer Glad you got it to work! π Author Posts Viewing 9 posts - 1 through 9 (of 9 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In