The easiest way to add the copyright footer seems to be via the custom CSS box at
https://moodlesite.tld/admin/settings.php?section=themesettingmoove#theme_moove_advanced
Using the technique at
So, in this case, the css added was:
footer#page-footer .supportemail::before {content: "© 2010 - 2022 Our custom copyright statement."}
All the raw SCSS added currently:
footer#page-footer .supportemail::before {content: "© 2010 - 2022 Our custom copyright statement. All rights reserved."}
.card-body {
min-height: 100%;
}
footer#page-footer .copyright {display:none;}
nav.navbar .navbar-brand .logo img{
max-width:100%;
height:auto;
}
nav.navbar .navbar-brand .logo{
display:inline!important;}
.card-body {
min-height: 100%;
}
footer#page-footer .copyright {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