Hide "Load more" button

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

1 Like

Hi there, @Dicky_Ng and welcome aboard :wave:

This code should help:

.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 :slightly_smiling_face: