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!
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!
Hi @JASON7 welcome back ![]()
.eapp-portfolio-project-list-load-more-button {
display:none;
}
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 ![]()
Oh, you’re right, then I misunderstood that.
No problem at all, @Sina!
Your involvement is much appreciated - thank you so much ![]()