Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #160125
    OTinsight
    Participant

    Hello,

    I would like to add the tags on my blog index page as seen in this link: https://otinsight.org/blog/.

    How can I hide the tags?

    #160175
    sapana
    Participant

    @otinsight: /* To hide the tag*/
    Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code.

    .blog .entry-footer {
        display: none;
    }

    Let me know if this is what you are looking for!!

    Kind Regards,
    Sapana

    #160239
    OTinsight
    Participant

    Yes, this worked! Thank you so much!

    #160280
    sapana
    Participant

    @otinsight:Hello,
    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-inspire/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.

    Kind Regards,
    Sapana

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