Hi,
By default in the moodle course layout option "Show all sections on one page" for display sections in course/view.php page and I think there is no navigation bar at the bottom. If you want to remove the navigation bar at the bottom from all activities and resources page then please use the below CSS code.
.pagelayout-incourse .activity-navigation { display: none; }
Regards,
Moumita
By default in the moodle course layout option "Show all sections on one page" for display sections in course/view.php page and I think there is no navigation bar at the bottom. If you want to remove the navigation bar at the bottom from all activities and resources page then please use the below CSS code.
.pagelayout-incourse .activity-navigation { display: none; }
Regards,
Moumita