Viewing 1 replies (of 1 total)
  • Plugin Support Yann

    (@collet)

    For the Twenty Twenty-One theme, you can add the following CSS code in the Customizer > Additional CSS panel to add the word “In” in front of the category of the article.

    span.cat-links::before {
    	content: 'In ';
    }

    Hope that helps,
    Yann

Viewing 1 replies (of 1 total)
  • The topic ‘Add the word “In” in front of the category of the article’ is closed to new replies.