Reply To: Format tags & category in posts

Home Forums Support Format tags & category in posts Reply To: Format tags & category in posts

Home Forums Support Format tags & category in posts Reply To: Format tags & category in posts

#229189
Tom
Lead Developer
Lead Developer

This code should remove the icons:

.tags-links:before,
.cat-links:before {
    content: '';
}

It looks like the empty quotes were converted to a weird character when you added the CSS. Not sure if you copied the CSS from another editor or something?

Try this:

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

Categories can be removed in “Customize > Blog > Blog Content”.