Custom App - Hide Site Name and URL on login screen

Custom App - Hide Site Name and URL on login screen

by Justin Cloete -
Number of replies: 4

Hi

I have been trying to figure this out bust simply don't know where to look any more.

I use to be able to hide the Site name and URL on the login screen but with all the changes to the App's file structure, I have no idea where to find this code.


Could you please point me in the right direction.


Average of ratings: -
In reply to Justin Cloete

Re: Custom App - Hide Site Name and URL on login screen

by Justin Cloete -

Hi


I thought this was a reasonably easy question is there honestly not a single person using moodle that has the answer?

In reply to Justin Cloete

Re: Custom App - Hide Site Name and URL on login screen

by Lewis Carr -
Hi Justin, you could probably just do this with CSS, try:

p.core-siteurl {
display: none;
}

p.item-heading.core-sitename {
display: none;
}
In reply to Justin Cloete

Re: Custom App - Hide Site Name and URL on login screen

by Hebert Mota -
Olá, tudo bem? o local para ocultar nome do site e URL na tela de login:

Creio que seja aqui:

src-core-login - site
site.html

Neste campo que vai ter que fazer a alteração a URL e oculta-la. 

<nome-da-entrada-ion = "url" espaço reservado = "{{'core.login.siteaddress' | tradução}}" formControlName = "siteUrl" [core-autofoco] = "showKeyboard"> </ ion -input>