• Resolved mikeaspatrick

    (@mikeaspatrick)


    Hi, I don’t want “Category: Category Name” to appear on archive pages on my site. How can I remove it please? I’ve found out how to remove the “Category:” title, but I want to remove all of it.

    Many thanks all ??

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Access the Customizer by going to your Dashboard, clicking Appearance, and clicking Customize.

    Under Post Types, click Categories
    Click the arrow next to Page Title
    In Elements, click the arrow next to Title
    For Category Label, click the toggle button

    Tip: When you’re using the Customizer, if you hover over the section that you want to modify, you’ll see an Edit button. Clicking that will take you to the general section that you’ll need to make changes to.

    • This reply was modified 2 years, 9 months ago by ht2psw3.

    Please delete. I didn’t notice the edit button for my original post.

    • This reply was modified 2 years, 9 months ago by ht2psw3.

    You can drop a CSS rule into your Customizer that hides it.

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

    I recommend styling the header to your liking rather than removing it. With no title, accessibility will take a hit and it’ll be easier to get “lost” on your site. Imagine a visitor opening many category tabs from the menu, for example (as I did when I first arrived there).

    Thread Starter mikeaspatrick

    (@mikeaspatrick)

    Many thanks everybody ??

    I was also looking for my site https://gripsome.com/ to hide categories and tags. Is there any plugin available to do all in one click?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How can I remove “Category: Name” from pages’ is closed to new replies.