Display load more

How to delete the word load more

[image]

1 Like

Hello @user1574 and we are happy to see you with us! Welcome to Elfsight Community, mate :tada: :heart:

You can easily hide Load more button using this CSS code:

[class*="LoadMoreButton__Container-sc"] {
  display: none;
}

Please add it to the Custom CSS field on the Appearance tab of your widget’s settings and let me know if it helped :slightly_smiling_face: