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*

Remove Category tags

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #96116
    dave-8341
    Participant

    How do you remove category tags on home page inages?

    #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!

    #96195
    dave-8341
    Participant

    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?

    #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!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.