Hiding tags below posts

Hello,

I’ve found many solutions to hide tags after articles, but none of them seems to work. How can I do it?
To make it more clear, I don’t want readers to see tags below the article (that’s where they are now and want them to disappear).

My URL is www.formazionegestalt.it.

Thanks in advance,

Sebastiano

Hi Sebastiano,

Thank you for your question.

You can hide them by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

body.single-post footer.entry-meta .tagcloud {
    display: none !important;
}

Best Regards,
Movin

Added but tags are still there :frowning:

Somehow, logging out and in made it work! Thanks a lot :smiley: Solved!

You are most welcome here :slight_smile: