• Resolved Ramirovsk

    (@ramirovsk)


    I would like to hide my tags. I couldn’t do it using custom CSS
    .tags
    {
    display: none;
    }

    Another suggestion?

Viewing 6 replies - 1 through 6 (of 6 total)
  • In your child theme or custom CSS plugin, try:

    .tag-links {
    display: none;
    }

    If you have access to Firebug or some other web inspecting tool, you can usually find these things out for yourself. Most web inspecting tools also let you try out CSS changes on the fly.

    Thread Starter Ramirovsk

    (@ramirovsk)

    Thank you so much… Finally… This solved my problem.

    Thanks for the info stephencottontail, but I have no idea how to edit my child theme or add a custom CSS plugin. Any chance you can walk me through the steps? I am not new to WordPress but have never edited CSS. I have installed Firebug and had a look with that, I even managed to delete one set of post tags but not all of them and I don’t want to mess with the code too much until I know a little bit more about what I’m meant to be doing. Any info oar advice would be much apprecaited…FYI I’m running twenty fourteen also and am trying to hide the post tags that appear in the featured posts and all the regular blog posts also. Cheers.

    Hi Fallon

    Did you manage to sort out this problem (hiding tags), if you did can you share?

    any assistance will be appreciated.

    Al-Imran

    (@alimraan)

    Hello,
    .tag-links {
    display: none;
    }

    Not working in my elisium theme.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    @alimraan, that’s because this is support for the Twenty Fourteen theme. If you need help with the Elisium theme then post on the Elisium theme support: https://www.ads-software.com/support/theme/elisium#postform

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to hide tags on posts?’ is closed to new replies.