Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #59271
    Phil
    Participant

    Hi

    I’d like to hide the tags that appear at the bottom of each post. Is that possible?

    Thanks
    Bob

    #59371
    Sakin
    Keymaster

    @Phil: To hide the tags then you need to post the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    .entry-footer .tags-links { display: none; }

    But if you want to hide both tags and category then it will be as below:
    .entry-footer { display: none; }

    #59396
    Phil
    Participant

    Spot on. Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hide Post Tags’ is closed to new replies.