Alt Solution (Add in your custom CSS): .item-tag28 { display: none; } .item-tag31 { display: none; } .item-tag33 { display: none; } Instead of "tag28", put your own.
Pollux Alt Keep in mind that you can shorten your code to: .item-tag28, .item-tag31, .item-tag33 { display: none; }
Alt MikeJones I know. The original purpose was to hide them in the left menu. This code copes with this task. 😃