avatar
Disable back button
by Sam Howell - Sunday, 15 December 2019, 3:03 PM
 

In my course I have disabled the menu and forced it to open on a page. However, I'm still seeing the back button in the top-left corner.

Is there any way to remove this button completely?

Thanks.


Picture of Ailiniyazi Maimaiti
Re: Disable back button
by Ailiniyazi Maimaiti - Monday, 16 December 2019, 8:26 AM
 

Add this CSS code to Custom CSS from Dashboard:

.navigation .navigation-back-button { display: none !important; }


Picture of Matt Leathes
Re: Disable back button
by Matt Leathes - Monday, 16 December 2019, 10:27 AM
 

https://github.com/cgkineo/adapt-backButton/