Title: hide store list
Last modified: March 1, 2023

---

# hide store list

 *  [msolomos](https://wordpress.org/support/users/msolomos/)
 * (@msolomos)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/hide-store-list/)
 * hello,
 * is it possible to hide the store list on the left of the map ??
 * only show the stores from the search result ?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [farroyo](https://wordpress.org/support/users/farroyob/)
 * (@farroyob)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/hide-store-list/#post-16518533)
 * Hi!
 * Maybe the easiest way to do this would be to use the “Show the store list below
   map” template in the settings (see [screenshot](https://ibb.co/CQvqHGY)) and 
   then hide the store list using CSS. The result list is printed in the DOM element:
 *     ```wp-block-code
       <div id="wpsl-stores">...</div>
       ```
   
 * I hope that helps.
 * Regards,
 *  Thread Starter [msolomos](https://wordpress.org/support/users/msolomos/)
 * (@msolomos)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/hide-store-list/#post-16521421)
 * thank you for your reply
 * this is currently the shortcode I am using
 * [wpsl template=”below_map” map_type=”roadmap” auto_locate=”false” start_marker
   =”red” store_marker=”blue” category_selection=””]
 * Can’t figure out how to hide the store list …
   Would you please share an example?
 *  [farroyo](https://wordpress.org/support/users/farroyob/)
 * (@farroyob)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/hide-store-list/#post-16522192)
 * Hi again,
 * Actually hiding the store list is not really related to Wp Store Locator. As 
   I mentioned, all you have to do is to create a CSS rule for hiding the element
   that contains the store list.
 * Such CSS rule could be something like, for instance:
 *     ```wp-block-code
       div#wpsl-stores { display: none; }
       ```
   
 * Try it out, you can insert custom CSS in your WordPress in “Appearance > Customize
   > Additional CSS”.
 * Regards,

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘hide store list’ is closed to new replies.

 * ![](https://ps.w.org/wp-store-locator/assets/icon-256x256.jpg?rev=1007784)
 * [WP Store Locator](https://wordpress.org/plugins/wp-store-locator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-store-locator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-store-locator/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-store-locator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-store-locator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-store-locator/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [farroyo](https://wordpress.org/support/users/farroyob/)
 * Last activity: [3 years, 5 months ago](https://wordpress.org/support/topic/hide-store-list/#post-16522192)
 * Status: not resolved