Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter angiething

    (@angelaschuurmans1987)

    To clarify, I do want to use those tags, but I don’t want to see them in the tag cloud.

    Hello,

    I may be able to come up with some CSS that hides them. Can you link to where they’re showing and specify which you’d like to hide to so I can make an attempt at this CSS?

    -Kevin

    Thread Starter angiething

    (@angelaschuurmans1987)

    Sure, this is the page: https://www.shewritesaway.com/portfolio/

    I’ve used ‘Dutch’ and ‘English’ as tags, but I don’t want them to be visible as topics since I’ve created buttons for them.

    Try adding this CSS to Theme Options> Custom CSS:

    li.cat-item.cat-item-111, li.cat-item.cat-item-105 {
        display: none;
    }

    Does that work for you?

    -Kevin

    Thread Starter angiething

    (@angelaschuurmans1987)

    Thanks, but I don’t think this works. I’ve added it and it’s properly saved, but the items still show up in the tag cloud.

    Hey,
    I don’t see Dutch and English in your tags,

    Kevin had the right idea with CSS it’s possible but he targeted the category widget since that was where you can have Dutch and English showing on your page.

    Since your link doesn’t show the tags I can’t give you the css for what they might be, I can tell you it will look like this:

    .tagcloud .tag-link-34 {display:none;}

    you would change 34 to the ID of your dutch tag, then create another and change the 34 to the id of your English tag.

    I hope that helps!

    Ben

    Thread Starter angiething

    (@angelaschuurmans1987)

    Hi,

    Ah, I used to have English and Dutch in the category widget too. Sometimes I also feel confused when I try to explain what I want to change. Since I barely have any background in CSS it’s sometimes difficult.

    But this is exactly what I meant, my tags don’t show up in the tag cloud, but I can create a separate link for them.

    Many thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘remove certain tags in tag cloud’ is closed to new replies.