Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #13910
    p.pedicini
    Participant

    Hi,
    is it possible to hide tags from article? How I can do it?

    Thank you in advance.

    #13914
    Sakin
    Keymaster

    @p.pedicini: Yes, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide the tags
    .entry-meta .tag-links { display: none; }

    #13937
    p.pedicini
    Participant

    Thank you Sakin for the fast reply! You’re great!

    And if I want to hide tags from single post?

    #13950
    Sakin
    Keymaster

    @p.pedicini: There you have to remove the whole footer entry meta by adding the following css.
    .single footer.entry-meta { display: none; }

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