Customization of yunohost button

I’m trying to customize the portal as explained in https://yunohost.org/#/theming but I can’t get the yunohost button overlayed on most apps to get back to the portal to work.

In custom_overlay.css I added

#ynh-overlay-switch {
  background-image: url("./my_custom_logo.png");
}
#ynh-overlay {
  background-image: url("./my_custom_logo.png");
}

When I first log in I see my custom logo to the bottom right but when I click on an app, say roundcube, the button on the bottom right becomes the default Yunohost one and stays this way.

I don’t know if I’m doing the correct thing to begin with.

I’m on Debian 9.12
Yunohost 3.7.1

Thanks for any help!

Hi,

Indeed, since 3.7 this doesn’t work anymore.
An issue regarding this bug is open here : https://github.com/YunoHost/issues/issues/1562

1 Like

I see, thanks! I checked the forum but didn’t think of checking the github issues before posting here.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.