help to remove moodle logo from footer

help to remove moodle logo from footer

ved Yeison Cuadra -
Antal besvarelser: 3
Hi guys, I'm new to this topic. I have a small inconvenience I have managed to customize my virtual classroom, but I would like to remove the moodle logo. Please if anyone can give me a hand... I use version 3.0.4 of moodle
I thank you in advance..


Gennemsnitsbedømmelse: -
I svar til Yeison Cuadra

Re: help to remove moodle logo from footer

ved Nurbek Tentiev -
Do you mean removing logo from footer?
I did that by overriding the "footer.mustache" core template file in my theme. I don't remember exactly as it was long time ago smiler If I'm not mistaken by removing "{{{ output.home_link }}}".
It depends on the theme you are using and which core theme it inherits from. For example, if your theme is created by inheriting from "boost" then you need to create folder 'templates' containing 'theme_boost' which in turn should have .mustache files that you want to be used in the theme.
I svar til Yeison Cuadra

Re: help to remove moodle logo from footer

ved Pradip Gohil -
Home--->Site administration--->Appearance--->Themes--->Moove--> Advanced

Raw SCSS
#page-footer{display: none;}
I svar til Yeison Cuadra

Re: help to remove moodle logo from footer

ved Jon Bolton -
Billede af Testers
Try adding this to the custom css for your theme.

.homelink {display: none;}

In newer versions, replace .homelink with .sitelink

3.0.4 is well out of date now though. Bug fixes for general core bugs in 3.0.x ended 14 November 2016 and bug fixes for security issues in 3.0.x ended 8 May 2017. Please consider updating to a newer version.
Gennemsnitsbedømmelse:Useful (2)