Bottom navigation bar

Bottom navigation bar

by Francesco Viali -
Number of replies: 3

Hi!

Is there a way to remove bottom navigation bar ( <<-- previous activity      next activity --> and add a link to go back to main course page?



Average of ratings: -
In reply to Francesco Viali

This forum post has been removed

The content of this forum post has been removed and can no longer be accessed.
In reply to Deleted user

Re: Bottom navigation bar

by Jon Bolton -
Picture of Particularly helpful Moodlers Picture of Testers

A quick search of these forums would have given you the answer as it comes up fairly often:

You can hide them with CSS. Most themes have the ability to add custom CSS - in Boost, go to 'Advanced settings' and add this to the 'Raw SCSS' box...

.jump-to-activity {display: none;}
.activity-navigation {display: none;}
If you use another theme, let us know what it is and which version of Moodle you’re using.
Average of ratings: Useful (1)