Tagged: post navigation
Hi,how can I remove this section from posts?
http://prntscr.com/nfvumz
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!