• Hi, I’m looking to hide tags in the fifteen twenty theme. I did it yesterday, switched themes, switched back and now I can’t find the option. Please help yourveganbff.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello yourveganbff,

    There no option to remove tags in Twenty Fifteen. You can hide them via css. Add below code into your current active child theme’s style.css file or you can add it into additional css option in theme customizer.

    .tags-links {
      display: none;
    }

    Hope this will helps you.

    Thanks !

    nimeck

    (@nimeck)

    Is there are way to hide them only on the homepage, or listing of the posts?

    Ideally I still have them show on the single post page, but not on the homepage.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide Tags Fifteen Twenty Theme’ is closed to new replies.