Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Header Banner - dynamic Logo CSS? Subscribers

PJJun 30 2024

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.

Comments
Post Details
Added on Jun 30 2024
1 comment
184 views