Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #246147

    I still want the tags to be active for search engines but I don’t want the tags to show at the bottom of the post. I tried using the quick css codes in previous support cases on this site but not of them seem to work. I have cleared the caches as well. this is an example post: http://www.jaredburnettphoto.com/2014/04/01/beartooth-us-tour-fall-2013/

    At the end before the comment area, I would like the tags hidden.

    #246206

    Hi JaredBurnett!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .blog-tags {
    visibility: hidden!important;
    }

    Cheers!
    Yigit

    #246304

    I entered the code into the quick css. cleared the cache. Gave it a few hours and tried on a bunch of different devices it doesn’t look like that fixed it.

    #246405

    Hi!

    Thank you for using the theme!

    Please try Yigit’s code on custom.css or use this on Quick CSS:

    .blog-tags.minor-meta {
    opacity: 0 !important;
    visibility: hidden !important;
    }

    Best regards,
    Ismael

    #246594

    That did the trick thanks!

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