Hello! Thanks for the guide, was really helpful. Is there a way to add images to the footer, like logos?
@Ricoshae6 ай бұрын
Sorry. Not that I know of in the boost theme. I have only been able to do this using a child theme.
@wwmnature Жыл бұрын
Thanks for your tutorial, could you make another video customizing the footer further e.g removing “powered by moodle” etc Thanks
@Ricoshae7 ай бұрын
You can remove the powered by from Moodle 4 Boost theme with #page-footer .footer-content-popover .footer-section:nth-child(2) { display: none; }
@fabitas Жыл бұрын
Thanks!
@Ricoshae Жыл бұрын
No problem!
@MGK-v5n Жыл бұрын
Thanks for that! I've tried it out and it works ... to a degree: It turns out the footer that has now reappeared is devided into three sections so the contents does not spread out over the full width but stays in the middle 'column' and the background colour too only affects the middle section. Any solution for that?
@Ricoshae Жыл бұрын
Apologies for the slow response, I have been overseas playing music in Germany :) I will have a look and see what I can find out.
@supersmart6717 ай бұрын
Thanks! my requirement is to remove want to remove the question mark. It worked. Add the below code to Boost them 'Advanced settings' In 'Raw SCSS' /* Moodle "element" changes. ------------------------------ */ /* Remove the "?," bottom-right side */ footer#page-footer {display: none;}
@Ricoshae6 ай бұрын
Awesome. Thank you.
@060_dianelnursa4 Жыл бұрын
how to remove this footer
@060_dianelnursa4 Жыл бұрын
i mean remove powered by moodle
@Ricoshae Жыл бұрын
Do you have access to the Moodle server and the code or do you need to do this using CSS?
@060_dianelnursa4 Жыл бұрын
@@Ricoshae yes, i have. how to set it? and what about the script by body befor additional html?