How to hide tags from posts?

Viewing 5 posts - 1 through 5 (of 5 total)
  • #15297
    kp
    Participant

    How can I hide the tags appearing at the ends of posts? I tried

    .tags {
    display: none;
    }

    But that did not work. Any help would be appreciated. Thank you.

    #15299
    interculturel
    Participant

    Hello!

    I’m not sure if I understand your question right: Do you speak of the Google, Facebook etc. buttons?
    If yes, I think you must go to your dask board and click to:
    Appearence > Theme options > Single posts > Social Bookmarks > and there you can try to take of the crosses.
    I’m not sure if it functions, but perhaps you could try it (as that is no code manipulation, I think there isn’t much risk about trying it …)

    Ingrid

    #15302
    kp
    Participant

    Thanks. But no, I am talking about the tags list at the end of a post. Like if I write a post on a topic, I will tag it with a keyword. I do not want that list showing up to the public.

    #15333
    Daniel Tara
    Keymaster

    Try:

    .entry-tags {
    	display: none;
    }
    #15359
    kp
    Participant

    Thank you very much. That seemed to work. πŸ™‚

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.