Moove
Certified Partner Plugin
Maintained by
conecti.me
Moove it's a Moodle's theme that makes online environments more clean and intuitive for learners and educators. If you like it, please show some love by clicking "favourite" ( ♥ ) below!
Comments
Product ratings and reviews are coming to Moodle Marketplace. Until then, existing comments remain available to read, but new posts have been disabled.
/*Corrects the issue within Moove theme where images on the self enrolment screen weren't cropping correctly*/
.dashboard-card .dashboard-card-img {
background-position: center;
background-size: cover;
}
Is there another way to hide the competencies link that now appears at the top of every course?
First I just want to say this is a great theme and thank you for making it.
I have an issue when hiding courses; there is no indication on the course tile or anywhere that the course is hidden. With other themes, it is ususally greyed out or has some indicator that it is hidden. It still doesn't change if I switch my role to Student, however when I log in as a student the course is in fact hidden. Is there s way to change the look of a hidden course tile using CSS?
Running Moodle 4.2+ (Build: 20230602) using the Moove 4.2.1
(2023051000) theme.
Thanks
Derek
The left sidebar takes up too much screen space (and students are often unaware that it is possible to hide it by clicking on the top hamburger icon, because this icon is usually used to expand content, not to collapse it).
What code needs to be changed so that in the Moove theme (moodle 3.11) , the left side menu is collapsed by default (so that only the icons of the sections are visible and clicking on the hamburger icon expands it)?
thanks
This is the code I use to hide the footer.
/*Hides the built in footer - new footer then added in the 'additional html' area*/
#page-footer, #top-footer {
display: none !important;
}
Como eu altero o banner padrão das demais páginas do tema?
@studio Yes, it works!
@kathy 1. this options is not available anymore.