Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #333467
    Stephen Watts
    Participant

    Hi

     

    Is there a CSS to remove categories at the bottom of the posts?

     

    Thanks

    #333475
    tikaram
    Keymaster

    @maxsalad : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    .singular-content-wrap .entry-footer .cat-links {
      display: none;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

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