Navbar in on Shinyproxy landing page vs individual apps

Hello All,

I am having a difficult time customizing the shinyproxy navbar color and text after user click on an app. I successfully modified the landing page navbar. When the user clicks on an app the navbar goes back to default. Is there a different template I should modified? Any advice would be appreciated.

Using these template examples: https://github.com/openanalytics/shinyproxy-config-examples/tree/master/04-custom-html-template/templates/modified_navbar

Hi

When changing the navbar file, you also have to change the app.html file in order to reference to the new navbar file. Please make sure you also change this file. See our example: https://github.com/openanalytics/shinyproxy-config-examples/blob/master/04-custom-html-template/templates/modified_navbar/app.html#L35-L38

1 Like