badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Remove Paging in Homepage

#78686

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