BackBackNextNext
3.1 Buttons at the bottom only of the page.
To have navigation buttons display only at the bottom of your course:
  1. This is done in style sheets: Appearance > Style Sheet > Styles common to all pages
#fwdbtnbot {display:none;}
#backbtnbot {display:none;}
  1. If the forward button disappears from the start page for the course, add the following:
#fwdbtnbot {display:none;}
#backbtnbot {display:none;}
.main #fwdbtnbot {display:inline;}