How can i remove the ‘Display’ drop down menu on categories and shop pages?
Hey pachanights!
Could you provide us with a link to the site in question so that we can take a closer look please?
Cheers!
Rikard
Hi Rikard
here a link to the site http://www.theunderfloorheatingcompany.co.uk/shop/
I found advice on how to remove the Sort by menu using some quick CSS code, but not how to remove the Display menu.
Hey!
Please try the following in Quick CSS:
ul.sort-param-count{
display:none !important;
}
Cheers!
Rikard
Perfect, thanks Rikard! Great service!!