How to hide tags in wordpress post?

i have recently started a word press site is www.govtjobexams.com the post in website showing tags at the end of the post.how can i hide these tags.

Try editing your tag css like the following:
.tag-links {
display: none;
}

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.