Hide Tags from Post

Hello

I am using this theme and i love it , but how can we hide the tags from post?

tried to find a solution but could not find none

thank you

anyone?

Sorry for late response.

Add this code to Theme Options - Other - Custom CSS. It will hide tags from single posts.

.tagcloud {
    display: none !important;
}

Let me know if this helps.

Thank you so much it worked ^^