How to hide tags in post?

How to hide tags in post in theme Dazzling?

Thanks

Hi @sam2323,

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

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

Admin Area -> Appearance -> Theme Options -> Other -> Custom CSS

.entry-meta a[rel="tag"], .entry-meta i.fa.fa-tags {
  display: none;
}

Best Regards,
Movin