Remove 'Load more' from portfolio

I don’t want to use the Load more option on my portfolio widget. Is there a way to remove it so users can see all options on the page. It’s in a narrow column.

thanks!

2 Likes

Hi @JASON7 welcome back :waving_hand:

.eapp-portfolio-project-list-load-more-button {
  display:none;
}
4 Likes

Hi there, @JASON7, @Sina :waving_hand:

This code, indeed, hides the Load More button, but the other projects won’t be displayed in this case.

If you’re using a List layout, you just should go to the List settings and set the total number of projects to the Project per Page field:


Give it a try and let us know if it helped :slightly_smiling_face:

1 Like

Oh, you’re right, then I misunderstood that.

2 Likes

No problem at all, @Sina!

Your involvement is much appreciated - thank you so much :wink:

2 Likes