Remove "Category:" from Header

  • Unknown's avatar

    Hi!

    I am using Categories to organize my posts & I want to remove the word “Category” from all Headings (ex: Category: Inspo, Category: Food, etc… ). Can someone please help me with the CSS code & where/how to enter it?

    Rosalie theme/halfietruths.com

    Thanks so much!
    Kenya
    (email visible only to moderators and staff)

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

  • Unknown's avatar

    Hi Kenya, the title for archive, tag and category pages is created as a single text string by the theme and WordPress software, so we can’t hide or remove just part of it. We can however hide the entire title from category pages with the following CSS.

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

    If you wish to remove the titles from category, tag and date archive pages, then you can use the following instead.

    .archive .page-title {
        display: none;
    }
  • Unknown's avatar

    Bummer. But this worked!

    Thanks!,
    Kenya

  • Unknown's avatar
  • The topic ‘Remove "Category:" from Header’ is closed to new replies.