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: Remove Category tags

#96163

Hi Dave-8341,

Login to your WP dashboard and go to Appearance > Customize > Additional CSS and paste below custom CSS code to remove category tags from the homepage.

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

Thank you!