How do I hide tags?

  • Unknown's avatar

    How do I hide tags from all pages and posts in the Dusk to Dawn theme?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    In order to hide the tags you will have to edit CSS. You will need the Custom Design upgrade to do that. Please note with that upgrade you also get the opportunity to use custom colors/fonts. Let me know if you have any questions with this!

    The only other option would be to actually delete the tags, which I don’t recommend.

    Once you purchase custom design, go to Appearance > Customize > CSS and remove the informational content there. Then try adding this:

    .tag-links {
    	display: none;
    }

    That will remove all the tags. If you have questions please let me know!

    Cheers!

  • The topic ‘How do I hide tags?’ is closed to new replies.