• Resolved TheCreativeCam

    (@thecreativecam)


    Hi There,

    I currently have the Quintus Theme on my wordpress site (TheCreativeCam.com) and I use a ton of tags in each post and I hate seeing each one on each post. I’ve been trying to find a way to hide the tags from public view, but everything I’ve tried isn’t working. Nothing has worked. If you guys could help me in solving this issue, It would be wonderful.

    Thanks,
    Zachary

Viewing 7 replies - 1 through 7 (of 7 total)
  • You can likely hide those with this CSS:

    footer.entry-meta .tag-links {
     display: none;
    }

    Best to add that via Custom CSS or a child theme – so that the changes won’t get overwritten when the theme is updated.

    Thread Starter TheCreativeCam

    (@thecreativecam)

    I just tried that, but I’m still seeing the tags on the recent posts page and the single post page. It’s just not working for me ??

    Where did you add it? You also have caching and minify enabled which makes it very hard to work with and debug CSS. Try turning that off while working on your site.

    Thread Starter TheCreativeCam

    (@thecreativecam)

    Thanks. I turned off caching and minify and It worked! Thanks so much WPyogi. I did add it in the stylesheet.

    I added this code to Appearance>Editor but I still see tags.

    I turned off all caching and Purged all pages.

    The site is here:

    https://blog.viewpath.com/c/features/whats-new/

    The first article is the only one I have entered tags on yet.

    Any suggestions?

    Thread Starter TheCreativeCam

    (@thecreativecam)

    My only suggestion is that you may want to look in the css document if you already have:

    footer.entry-meta .tag-links

    If you do, then it might say display:block and you want to change that “Block” to none.

    @johnsviewpath – CSS is theme and site specific, so unless you are using the same theme as the OP, that CSS won’t work on your site.

    Looks like you can get support for your theme here:

    https://bringthepixel.com/support/

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Hiding Tags on the site’ is closed to new replies.