badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: How do I remove all tags from post image

#96162

Hi Dave-8341,

Login to your WP dashboard and go to Appearance > Customize > Additional CSS and paste below custom CSS code to hide tags from the post image.

.home .category-meta {
    display: none;
}

Thank you!