Randy Brown
asked 10 years ago

How can I remove or hide the ‘next’ button?

2 Answers
DominicStaff
answered 10 years ago

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 !

Randy Brown
replied 10 years ago

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?

Dominic Staff
replied 10 years ago

Hi Randy !
Please send me username & password of your site (via private answer) for further checking.

Randy Brown
answered 10 years ago

It works!
Picked up some odd characters when I copied and pasted, but after i cleaned it up, it worked fine.
thank you

Powered by DW Question & Answer Pro