Change logo and title in Sao

I am trying to change the logo and title in Sao. I changed the title and logo in the index.html.

when I refresh the page, for a moment the new logo and title appear, then it changes back to the original title, that is, Tryton. Any ideas?

The title is dynamically set by javascript, so you should include a custom.js file with the definition of the new title.

In order to correctly show a logo, you must use a css rule, which can be defined on the custom.css file

Both files should be placed on the root of your sao installation.

Hope it helps

Lo pudo solucionar? Cómo lo hizo?

En el archivo custom.js:
Sao.config.title = “Tu título”