Tagged: coupons
How do you remove category tags on home page inages?
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!
Thank you that worked for my home and blog pages. No how to I remove them from the footer featured posts on my other pages?
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; }