Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #268909
    Mare
    Participant

    Hello Support,

    How can I hide the “Tags” in my posts?

    Got this code from the global forum:

    .post-meta-bottom .post-tags {
    display: none;
    }

    But doesn’t work at all….

    Thank you,

    Mare

    #268924
    Skandha
    Participant

    @marebos: Hello Mare,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    #268935
    Mare
    Participant

    https://marebos.nl ….
    But I don’t think you can access my site or you have to live in NL, BE, FR, DE, US or CA.

    #268936
    Skandha
    Participant

    @marebos: Hello Mare,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .tag-links {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #268950
    Mare
    Participant

    Hello Skandha,

    That worked like a charm, thank you!

    To hide categories as well:
    .category-links, I presume?

    Regards

    #268987
    Skandha
    Participant

    @marebos: Hello Mare,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .cat-links, .sep {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #269035
    Mare
    Participant

    Hello Skandha,

    Perfect!

    Thank you,

    Mare

    #269042
    Skandha
    Participant

    @marebos: Hello Mare, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-evolution/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a great weekend! 🙂

    Kind Regards,
    Skandha

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to hide Tags in Posts?’ is closed to new replies.