Viewing 1 reply thread
You must be logged in to reply to this topic.
How can I eliminate the buttons that show up on the left and right of the blog post? I don’t want to show this navigation – or more specifically, how would one keep that navigation but only for a specific category? I have multiple categories and it shows titles of locked categories that I don’t want the public seeing…thanks. So, either way…
Hello,
Sorry for the late reply.
You can not have it only for one specific category. But if you need to remove only the displaying of the next/prev post title, please add this code into your custom css box:
.nav-growpop a.next div { display: none;}
.nav-growpop a.prev div { display: none;}
To remove them completely, add this code:
.nav-growpop a.prev { display: none;}
.nav-growpop a.next { display: none;}
Best regards!
You must be logged in to reply to this topic.