Hiding tags in blog post

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19596
    mseaver
    Member

    How do I format the blog posts? In particular I want to hide the tags in blog posts.

    Thanks,

    Michael

    #19618
    Veena
    Moderator

    You can use the below custom CSS in themeoptions –

    .single.single-post span.category, .post.type-post span.category, .post.type-post .image-info .terms {
     {
        display: none;
    }
    

    I hope this is what you want.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘FitPro Theme Support’ is closed to new topics and replies.