Tagged: Remove Post navigation
I tried several times to delete an aspect of the page so that the previous articles did not appear at all under the articles, can something be done?
I want to delete this section https://prnt.sc/txqvgm
Hi Daniel Lacatus,
To remove the ‘Post Navigation’, please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.
.navigation.post-navigation { display: none; }
Thanks