Hi,
I want to use your Brand slider on our contact page as it looks good and i’m happy to have the Brand logos on the products however in the filters I don’t really want to show the logos as it appears cluttered and some brands we stock aren’t that recognisable by their logo alone.
I’ve tried the below custom code which hides the swatches for the brands, is it okay to use this code or do you think it will cause other issues? We’re not using swatches for anything else like colours.
span.filter-swatch {
display: none;
}
Thanks!