Archived topic
Disable "Load more" button only in the homepage
3 replies · Started by Sandro on January 27, 2022
Viewing posts 1–4 of 4
Hi
I would like my homepage without "Load more" button.
At the same time I would like to keep the "Load more" button in the other blog pages.
I use Elements - Block for both pages
Is it possible?
Thanks
Hi there,
simplest method is to add this CSS:
.home .load-more {
display: none;
}
Perfect!
As always :-)
Glad to be of help
This archived topic is closed to new replies.