remove "category" label from appearance

  • I am trying to figure out how to remove the “category” label at the top of any randomly selected category. I know I need to do this in CSS. What page do I do this on? Do I have to go through each category, select it, and change one at a time or is there a way for me to do this in one push?
    .

    The blog I need help with is: (visible only to logged in users)

  • Hi there!

    Sure! You can remove all Category Page Headers by adding CSS. Please go to Appearance > Customize > CSS and remove all the informational content. Then please add:

    .category .page-header {
    	display: none;
    }

    Then you should be set!

    Feel free to reach out if you have any questions!

  • The topic ‘remove "category" label from appearance’ is closed to new replies.