Home › Forums › Support › How do i remove logo and edit titles in category page? This topic has 5 replies, 2 voices, and was last updated 5 years, 5 months ago by Leo. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts December 20, 2017 at 2:19 am #453587 Sean I’ve created a page as a category to post specific posts A few questions: How do I get rid of the big logo in the post header? What do I do to centre and resize the title “Real Brides”? And how do I change the colour and size of the post title “Balveen”? December 20, 2017 at 6:12 am #453727 LeoStaff Customer Support Hi there, Remove header logo: .category .site-header .site-logo { display: none; } Center and resize: h1.page-title { text-align: center; font-size: 35px; } Color and resize: h2.entry-title { font-size: 20px; } h2.entry-title a { color: #000; } Adding CSS: https://docs.generatepress.com/article/adding-css/ December 20, 2017 at 5:21 pm #454197 Sean Thanks, the only problem is the css you gave removes the logo from my navigation menu as well, I just want the logo removed from the post headings. How do I do that? Thanks, Sean December 20, 2017 at 6:36 pm #454217 LeoStaff Customer Support Edited the CSS above: https://generatepress.com/forums/topic/how-do-i-remove-logo-and-edit-titles-in-category-page/#post-453727 December 20, 2017 at 7:13 pm #454227 Sean Great, it is working now. Thanks! December 20, 2017 at 8:08 pm #454239 LeoStaff Customer Support No problem! Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In