Remove Site Name from Header

Remove Site Name from Header

by Celynn K -
Number of replies: 2

Hi All,

I am using Moodle 3.9 and the most recent version of Fordson.

I want to have just the my logo in the very top header, without the site name beside it. There was a posting By Chris K in 2018 saying how to make this change in the theme directory themes/fordson/templates/header/mustache

That thread is now closed

The line he suggesting removing is no longer in that location 

<span class="site-name hidden-sm-down">{{{ sitename }}}</span>

Does anyone know where I can find this now?

Thank you!
Celynn

Average of ratings: -
In reply to Celynn K

Re: Remove Site Name from Header

by Steven A -
In Moodle 3.9 Fordson v3.9 release 1.1, I think it's here:

fordson/templates/navbar.mustache

<span class="site-name d-none d-md-inline">{{{ sitename }}}</span>

Incidentally, I found this by doing a multi-file search for "sitename" in the fordson theme folder.
In reply to Steven A

Re: Remove Site Name from Header

by Celynn K -
Thank you very much for your response Steven, I will give this a try