Saturday, March 18, 2023

Moodle Moove theme footer and support popup

The Moove theme on Moodle has a very prominent copyright notice, and the latest version of Moodle (4.1.1) seems to have added a "footer popup" button with a "?" sign, pointing to Moodle support - which might be confusing for our users. Hiding these using the Raw SCSS option in 
oursite.tld/admin/settings.php?section=themesettingmoove#theme_moove_advanced

footer::after {content: "© 2010 - 2023 (Our copyright notice). "} 

.card-body {
min-height: 100%;
}

footer#page-footer .row  {display:none;}

footer#page-footer .copyright  {display:none;}

footer#page-footer .footer-content-popover  {display:none;}

footer#page-footer   button{display:none;}

.stores {display:none;} 

a[href*='apple.com'] {display:none;}

nav.navbar .navbar-brand .logo img{

max-width:100%;

height:auto;

}

nav.navbar .navbar-brand .logo{

display:inline!important;}


No comments:

Post a Comment