• Vandymassey

    (@vandymassey)


    I managed to make the changes to hide the tags on my blog posts some time ago but they are now back and as I put a lot of tags on my post they don’t look great. I’d like them to be picked up by search engines but not visible on the posts. Putting a tick in the ‘hide tags’ box does absolutely nothing.

    Can you tell me how to universally hide the tags on blog posts in Custom Community theme?

Viewing 1 replies (of 1 total)
  • konradS

    (@konrads)

    Hi Vandymassey,

    this should help, add this to your THEME SETTINGS -> CSS tab:

    div.post .tags {
    display: none;
    }

    Let me know, konrad

Viewing 1 replies (of 1 total)

The topic ‘Hide tags’ is closed to new replies.