View
 

How to remove "View as" links

Page history last edited by Eugene 2 years, 4 months ago

Use this custom CSS code:

 

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