June 21, 2020 at 4:24 am
#78686
Theme Horse Support Team
Keymaster
Hi @mostinterestingpeopleinworld,
To hide the pagination on home page, please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
.home .navigation.pagination {
display: none;
}
Thanks