| 
 Posted - 04/02/2021 :  09:53:35    Hi Bill, when you say brand, I expect you mean the manufacturer.This is always the first of the attributes and I hide this too.
 It's different for the top filer bar than it is for the side filter.
 I use both filters, so I hide them with the following css
 
 #ectpatgrp0 {display: none;}
 #scri1 {display: none;}
 
 Of course, you can combine those like so...
 #ectpatgrp0, #scri1 {display: none;}
 
 
 Thanks,
 David
 Edited by - dbdave on 04/02/2021  09:54:03
 |