Viewing 4 replies - 1 through 4 (of 4 total)
  • In the editor, click the Archive title block, and there’s a setting for whether it should show or not.

    Thread Starter vicentsalvador92

    (@vicentsalvador92)

    Thanks for your answer @audunmb, you mean the category editor, I can’t find that option.

    No, the site editor.

    If you use a Full Site Editor-theme like TwentyTwentyTwo or -Three: Go to Edit templates, then find the Archive or Category template and find the Archive title block in the template.

    If you use Twentig with a classic theme you probably should ask the theme developers instead.

    Plugin Support Yann

    (@collet)

    For the Twenty Twenty-One theme, add the following CSS code in the Customizer > Additional CSS panel to remove the “Category:” text :

    .archive-title-prefix {
    	display: none;
    }

    Hope that helps,
    Yann

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove the word “category” in the h1 of the categories.’ is closed to new replies.