Q: any fix in wild for the dupe category widget title?

Posted in: Newsmag
Post count: 9544

Hi
starting to annoy me that this didn’t get fixed by WP in 4.2.1 — not theme issue —

curious anybody found fix for the duplicate “label” issue for the default WP “categories” widget ? We use this on our sidebars at top and since WP 4.2 we see duplicate labels — ON ALL THEMES, not just Newsmag (also on Woo Canvas for example).

Anybody run across a fix or hack for this?

Finally reached my WTF? moment.

Post count: 6600

Hi Chris,

You can hide it via css: http://screencast.com/t/aDeZgvyax

.widget_categories label {
display: none;
}

Thanks

Post count: 9544

Awesome. That worked! 🙂

Post count: 9544

For anybody else, also to fix the duplicate default WP issue with dupe label for “archives” … CSS would be “archive” not “archives” — as so:

.widget_categories label {
display: none;
}
.widget_archive label {
display: none;
}

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.