# Hide Load More button

**URL:** https://community.elfsight.com/t/hide-load-more-button/81964
**Category:** Store Locator
**Created:** [November 12, 2024, 6:36pm UTC](https://community.elfsight.com/t/hide-load-more-button/81964 "2024-11-12T18:36:13Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Max](https://sea2.discourse-cdn.com/flex020/user_avatar/community.elfsight.com/max/32/710_2.png) [@Max](https://community.elfsight.com/u/Max)
#### Post date: [November 12, 2024, 6:36pm UTC](https://community.elfsight.com/t/hide-load-more-button/81964/1 "2024-11-12T18:36:13Z")

</div>

Add this code to the Custom CSS field on the Style tab of your [Store Locator](https://elfsight.com/store-locator-widget/) widget’s settings:

```auto
[class*="directory-locations-list__StyledButton-sc"]{
display: none;
}

```
