How to remove 'Switch to Standard theme' link for mobile devices on Moodle?

If you are using Edwiser RemUI theme, you could add custom CSS,

This Custom CSS will help you remove the "Switch to Standard theme" link from Mobile devices.

Use this Custom CSS code in Custom CSS section inside Edwiser RemUI general settings-

.tool_dataprivacy, #theme_switch_link {
display: none;
}

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us