# Hide "Load more" button

**URL:** https://community.elfsight.com/t/hide-load-more-button/96361
**Category:** Customization
**Tags:** instagram-feed
**Created:** [January 23, 2025, 1:07am UTC](https://community.elfsight.com/t/hide-load-more-button/96361 "2025-01-23T01:07:22Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Dicky\_Ng](https://sea2.discourse-cdn.com/flex020/user_avatar/community.elfsight.com/dicky_ng/32/47592_2.png) [@Dicky\_Ng](https://community.elfsight.com/u/Dicky_Ng)
#### Post date: [January 23, 2025, 1:07am UTC](https://community.elfsight.com/t/hide-load-more-button/96361/1 "2025-01-23T01:07:22Z")

</div>

Hello, May I know how to hide the “Load more” button in “instagram-feed” widget, thanks.

---

<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: [January 23, 2025, 10:13am UTC](https://community.elfsight.com/t/hide-load-more-button/96361/3 "2025-01-23T10:13:38Z")

</div>

Hi there, @Dicky_Ng and welcome aboard 👋

This code should help:

```auto
.es-load-more-button { 
display: none !important; 
}

```

  

Just add it to the Custom CSS field on the Style tab of your widget’s settings and let me know if it worked 🙂
