Removing "category" after Category title in Category archive page?

Viewing 3 posts - 1 through 3 (of 3 total)
  • #19798
    fanchrobin
    Participant

    Hello,
    how to remove the “category” word which is automatically displayed after the category title on category archive page?
    Thank you.

    #19799
    Daniel Tara
    Keymaster

    Add this code to your custom styles:

    .category .archive-title .prefix {
    	display: none;
    }
    #19800
    fanchrobin
    Participant

    Great. Thanks

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.