View
 

How to remove "Sort by" drop-down menu

Page history last edited by Eugene 1 year, 9 months ago

Use the following custom CSS rule:

 
div.ecwid-results-topPanel-sortByPanel {
  display:none !important;
}