Hide location list

Add this code to the Custom CSS field on the Style tab of your Store Locator widget’s settings:

.global-styles,
[class*="desktop-layout__Sidebar-sc-"],
[class*="mobile-layout__Directory-sc-"] {
display: none !important;
}