Hi there
I have subscribers and want to make the application banner dynamic depending on which subsciber logs in - ie based on subscriber id.
Currently the banner logo is rendered from in CSS and has a holder logo:
.t-Header-branding {
background-image: url('/i/temp-top-logo.jpg');
background-repeat: no-repeat;
background-position: top left;
background-attachment: fixed;
height: 70px !important;
display: flex;
justify-content: flex-end;
padding-right: 20px;
}
Is it possible to do this?
Having all the logos in workspace images is fine - or on the OS.
Thanks
Paul
ie - where the Logo is below.
