Viewing 3 replies - 1 through 3 (of 3 total)
  • If you use Twenty-Twenty Two or Three (or another FSE theme), edit the template and choose Default style instead of Hashtag for the Tags block. You can also add text in front of the tags in the template editor.

    Thread Starter vicentsalvador92

    (@vicentsalvador92)

    First thank you for your help, I am using the theme for wordpress called Twenty Twenty-One, could you tell me which is the specific file to edit?

    Plugin Support Yann

    (@collet)

    Hi,

    For the Twenty Twenty-One theme, you can add the following CSS code in the Customizer > Additional CSS panel to remove the # symbol in the tags and put the “Tags:” text before:

    .tw-no-meta-label .tags-links a::before {
    	content: none;
    }
    	
    span.tags-links::before {
    	content: 'Tags: ';
    }

    Hope that helps,
    Yann

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove # from tag in posts’ is closed to new replies.