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

#96198

Hello Dave,

For to remove category from the footer featured posts on other pages just paste below custom CSS code in Appearance > Customize > Additional CSS

.site-footer .featured-stories .category-meta {
    display: none;
}

Thank you!