How To Hide Tags From Below Of The Posts?

Hey there,
Can you please help me for the exact code for hiding the tags from the posts. I can’t see tags any of the other sites.
Please help me out.]
Thanks in advance!!

Hey there,

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

If you’re referring to the tags in the sidebar, go to widgets area check the sidebar for the tag widget and remove it.

If not you can

Admin Area -> Appearance -> Customize -> Additional CSS

/*hide tags*/
div#tag_cloud-2 {
    display: none;
}

Best regards,
Support.

Dear,
Thanks for your support. But, Unfortunately, that is not working. Refer my website. I have added the CSS in my additional CSS Section. But the tags are still showing.Please check what is the problem.

I have given here a post URL. Check that.

http://getviral.org/aishwarya-rai-celebrating-her-44th-birthday/
http://getviral.org/

Hello there,

You can use the following CSS code to remove the tags by going to Appearance > Customize > Additional CSS and pasting it there.

/*Remove tags*/ .newspaper-x-tags { display: none; }

Best Regards,
Support

Special thanks to the support. It worked!!
From Getviral.org

You’re welcome,

Happy to help, let us know if there’s anything else we can assist you with.

Best Regards,
Support.