<span class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Replace Tags and Categories Icons with text

[ad_1]

Replies: 2

Hi all, I know how to remove the icons next to post tags and categories with the following:

.tags-links:before, .cat-links:before {
    display: none;
}

However, I would like to replace them with text. I tried adding the following but it doesn’t display anything (with the previous display: none; CSS removed):

.cat-links:before {
    content: "Category: ";
}

.tags-links:before {
    content: "Tagged: ";
}

Many thanks

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer