Remove "More Posts" Button
-
Hello,
Is there a way to remove the “More Posts” button on the homepage with custom CSS or HTML?
Thanks!
Jennie
The blog I need help with is: (visible only to logged in users)
-
Hello Jennie,
Yes sure, you can add the following css:
.home .posts-navigation { display: none; }Regards,
Sakin -
- The topic ‘Remove "More Posts" Button’ is closed to new replies.