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!

APEX login page logo doesn't fit

bintalebMar 24 2020 — edited Mar 28 2020

Dears,

I'm completely new to Oracle APEX; but I love it.

I found a CSS code (from Google) that allow me to change the login page's logo and background. I used this code:

span.t-Login-logo {

background-image: url(#APP_IMAGES#G20nobackground.png);

background-size: cover;

width: 200px;

height: 200px;

}

.t-PageBody,

.t-PageBody--login {

background-size: cover;

background-repeat: no-repeat;

}

.t-PageBody--login {

background: url('#APP_IMAGES#background.jpg');

}

@media only screen and (max-width: 480px) {

.t-PageBody--login .t-Body {

margin-top: 40px; /* Add some space at the top to be able to see the background image */

background-color: transparent; /* Prevent white background on mobile */

}

}

if this code is not good or old, or long, please advise me.

The result I got is this:

Screen Shot 2020-03-25 at 4.12.35 AM.png

and this is the logo:

G20nobackground.png

Can you please advise me how to fix this issue.

Thank you,

This post has been answered by Keyser on Mar 25 2020
Jump to Answer
Comments
Post Details
Added on Mar 24 2020
6 comments
1,497 views