How to delete the word load more
[image]
How to delete the word load more
[image]
Hello @user1574 and we are happy to see you with us! Welcome to Elfsight Community, mate
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