April 25, 2019 at 7:53 am
#62802
Theme Horse Support Team
Keymaster
Hello there,
To remove the post navigation just add the below line of custom CSS code in Appearance > Customize > Additional CSS
.post-navigation {
display: none;
}
Thank you!