How can I remove or hide the ‘next’ button?
2 Answers
Hello Randy !
If you want to remove the Next button in the single post of DW Argo theme, you can log in to Dashboard > Customize > Custom Code, add the following code to the Header Code:
<style>
.single .hentry .entry-inner .post-navigation {
display: none;
}
</style>
Hope this helps !
Hi, thanks Dominic, but this did not seem to do anything. I have another bit of code in the Header box already for changing the link colors, does that matter?
Hi Randy !
Please send me username & password of your site (via private answer) for further checking.
It works!
Picked up some odd characters when I copied and pasted, but after i cleaned it up, it worked fine.
thank you
Please login or Register to submit your answer