How Set Custom Login background in Oracle APEX
Oracle apex 20.1 has given default solution for changing only background colour but sometimes user want to set his custom picture on that case this post will help you to set custom login background Image.
Step 1. Upload your static image.
Solution: Copy and paste following code inside the page inline section. Use uploaded image URL inside the background image URL.
body {
background-image: url("#APP_IMAGES#IMG20180520134112.jpg");
background-size: 1400px 700px;
}
Add CSS |
No comments:
Post a Comment
Please do not add any spam links or abusive comments.