Hiding Tags

  • Unknown's avatar

    I need help with CSS Code on Tags.
    I want to use tags and make them not visible on the post.
    I am very new to CSS!
    I have the pool theme.
    The website is http://www.southocbeaches.com
    Thank-You!

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

  • Unknown's avatar

    Hi there, Pool, the theme you are using is a very old theme and doesn’t have the necessary CSS selectors to cleanly hide the tags on posts. The best I can do is the following, which hides the tags, but leaves the preceding label, “Tags:” and the commas that separate them.

    a[rel="tag"] {
        display: none;
    }

    Go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the above custom CSS to see what I mean.

    You may want to consider changing to one of the newer themes, and possibly think about choosing a theme with a Responsive Layout so that it would work better on tablets and phones also.

  • The topic ‘Hiding Tags’ is closed to new replies.