Hide Tags in Blog Post

Hello,

I would like to hide tags from public viewing only. How could I do this?
This is my post link : http://www.gamerswhotravel.com/?p=430

Thanks in advance.

Hi @lotus1,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Travelify Other Options

body.single-post .entry-content .tags {
    display: none;
}

Best Regards,
Movin

Hi Movin,

Thanks very much for your help. It works great!

:slight_smile:

You are most welcome here :slight_smile: