Hi, thanks - that has worked a treat.
Next question is; how do I remove the quantity number of each of the returns from the widget?
Firebug gives this;
.woocommerce .widget_layered_nav ul small.count, .woocommerce-page .widget_layered_nav ul small.count {
color: #777777;
float: right;
font-size: 1em;
margin-left: 6px;
padding: 1px 0px;
}
I've done a 'quick and dirty' by changing the text colour to match the background colour, but what do I need change so that this function doesn't work at all?
Chris