Home › Forums › Support › Hide the title on category page This topic has 14 replies, 3 voices, and was last updated 2 years, 6 months ago by Elvin. Viewing 15 posts - 1 through 15 (of 15 total) Author Posts September 17, 2014 at 4:24 pm #31194 xepace Hi, Tom. Can you help me? How can I hide part with header and title of the category on category page? September 17, 2014 at 5:54 pm #31240 TomLead Developer Lead Developer This should work: .category .page-header { display: none; } September 19, 2014 at 11:26 am #31902 xepace No. It doesn’t work. September 19, 2014 at 11:36 am #31903 TomLead Developer Lead Developer Can you link me to the page so I can see if another style is overriding it? September 20, 2014 at 2:19 am #32089 xepace Here it is http://mylisbon.ru/category/news September 20, 2014 at 8:58 am #32164 TomLead Developer Lead Developer Ah ok – this should do it. .category .page-header { display: none !important; } September 22, 2014 at 5:13 am #32765 xepace Thank you March 2, 2021 at 7:07 am #1678949 Claudia Hello. I am trying to hide the category title and description from appearing at the top of the page – this is how it looks like now: https://strictlyrome.com/category/visit-rome/ How do I hide that? March 2, 2021 at 8:09 am #1679025 ElvinStaff Customer Support Hi Claudia, If you’re trying to hide it on just category taxonomy archive pages, you can try adding this CSS: body.category header.page-header { display: none; } If you’re trying to hide it on all taxonomy archive pages, you can try this: body.archive header.page-header { display: none; } If you’re trying to hide it on a specific category (example: Visit Rome), try this: body.category-visit-rome header.page-header { display: none; } March 2, 2021 at 10:02 am #1679154 Claudia I am trying to hide it on all category pages across all my sites March 2, 2021 at 10:50 am #1679238 YingStaff Customer Support Hi Claudia, In your case, use Elvin’s first CSS solution. ๐ March 3, 2021 at 12:18 am #1679807 Claudia I have no idea where to place the CSS – can you provide step-by-step guidance? March 3, 2021 at 1:20 am #1679866 ElvinStaff Customer Support Here’s our recommended way of adding CSS.https://docs.generatepress.com/article/adding-css/ The easiest is by adding it on Appearance > customize > Additional CSS. You should see a text area. That’s where you can place your CSS. March 3, 2021 at 1:30 am #1679888 Claudia Thanks! March 3, 2021 at 3:27 pm #1681067 ElvinStaff Customer Support No problem. ๐ Author Posts Viewing 15 posts - 1 through 15 (of 15 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In