BuddyBoss Home – Web Support Forums Themes OneSocial theme How to remove tags from blog posts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #69249
    @conscious-crafties

    Hello,

    I’d like to hide tags from my blog posts as they take up so much space and visitors have to scroll before realising they can leave comments (see screenshot)

    I tried this which worked on my previous theme:

    .tag-links {
    display: none;
    }

    But it didn’t work 🙁

    Can you help?

    Many thanks,

    Karen

    Answers

    #69251
    @vapvarun

    Hi @conscious-crafties
    You can try

    
    .entry-tags.col {
        display: none;
    }
    

    Regards
    Varun Dubey

    #69265
    @conscious-crafties

    THANK YOU! 🙂

    #69274
    @vapvarun

    Cool, I will close this thread and feel free to create new thread for any further questions.

    Regards
    Varun Dubey

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘How to remove tags from blog posts’ is closed to new replies.