Home › Forums › Support › Remove Category Page Header This topic has 3 replies, 3 voices, and was last updated 9 years, 9 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts June 19, 2016 at 6:05 pm #203173 Josep I found code in the forums… but it doesn’t seem to be working on my site – so I must be doing something wrong. I’ve added the following code with the “WP Add Custom CSS” plugin: <!-- Remove Category Page Header --> .category .page-header { display: none; } .category .page-title { display: none; } <!-- End Remove Category Page Header --> The page title disappears – but the page header does not. Example page: http://www.artofboardgaming.com/category/gaming101/ June 20, 2016 at 1:01 am #203212 TomLead Developer Lead Developer These aren’t CSS comments: <!-- End Content Boxes --> They’re HTML comments, so they’re breaking the CSS below. CSS comments look like: /* End Content Boxes */ June 20, 2016 at 6:08 am #203290 Joseph Well I feel silly. Once upon a time I knew that. All fixed. Thank you. June 20, 2016 at 10:06 am #203350 TomLead Developer Lead Developer No problem 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In