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!

Want to add background image in Login Page

Mirza AdeelSep 11 2020 — edited Sep 11 2020

Dear ,

I want to add Background image in login page. I tried it and write this in inline in loge page but its shown only login logo but not login background image,

span.t-Login-logo {

background-image: url(#APP_IMAGES#mnp_new.png); ----- This image shows in login region

backgroung-size: cover;

width: 150px;

height: 140px;

}

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

background-image:url(#APP_IMAGES#warehouse.png); ------------- This image is not show in background

background-repeat: no-repeat;

background-size : 100% Auto;

background-position: 25%;

}

Both files are upload in shared component (Static files)

login.png

This post has been answered by fac586 on Sep 11 2020
Jump to Answer
Comments
Post Details
Added on Sep 11 2020
11 comments
3,429 views