Hide certain tags on Product Edit tag cloud
-
Hi on my site I now have over 800 different product tags. When adding products it takes a very long time to scroll through them all to tag them. I tried to target specific product tags in css and display none but it wasn’t working. Ideally I’d like to only show a specific 30 tags and omit the rest from the “choose the most used tag box. This is what I have so far. I know I’m close. If anyone could offer some direction. It would be greatly appreciated
#tagcloud-product_tag > ul > li:nth-child(1) > a {display: none !important;}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Hide certain tags on Product Edit tag cloud’ is closed to new replies.