# Remove Load More button

**URL:** https://community.elfsight.com/t/remove-load-more-button/34295
**Category:** Facebook Feed
**Created:** [December 13, 2023, 6:10pm UTC](https://community.elfsight.com/t/remove-load-more-button/34295 "2023-12-13T18:10:35Z")
**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: [December 13, 2023, 6:10pm UTC](https://community.elfsight.com/t/remove-load-more-button/34295/1 "2023-12-13T18:10:35Z")

</div>

Add this code to the Custom CSS field on the More tab of your [Facebook Feed](https://elfsight.com/facebook-feed-widget/) widget’s settings:

```auto
.eapps-facebook-feed-posts-load-more-wrapper{
    display: none;
}

```
