Skip to content
Ontoor blogs
  • Videos
    • APEX hours
    • Ontoor Concepts
    • Ontoor Shorts
    • Ontoor Extras
  • Links
    • APEX Tutorials
    • Ontoor Plugins
    • Web Tutorials
    • Events and Webinars
  • Categories
    • APEX
      • APEXOracle APEX RELATED posts
      • APEX Tutorials
      • APEX Plugins
      • Interactive Grid
    • Oracle
      • ORACLE
      • SQL
      • PLSQL
    • Shorts
    • JavaScript
Setup Meeting
Home » How to Set Custom Login background in Oracle APEX

How to Set Custom Login background in Oracle APEX

Posted by Vikas Pandey April 3, 2020Posted inAPEX

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.
Copy CodeCopiedUse a different Browser
body {
    background-image: url("#APP_IMAGES#IMG20180520134112.jpg");
    background-size: 1400px 700px;
}

Demo

You might like:

  • Preserve Checkbox state while Paginating in Interactive/Classic Report Oracle APEX
  • How to Create Dynamic Navigation Menu in Oracle APEX
Tags:
APEXBackground ImageLoginVikas Pandey
Vikas Pandey
I am a skilled developer with over 8+ years of experience in Oracle APEX, Oracle Database, and APEX Themes and Plugins. As an Oracle ACE Associate, I focus on delivering innovative solutions that enhance user experiences and streamline business processes. My expertise includes database design and performance optimization, allowing me to tackle complex challenges effectively. I am passionate about leveraging technology to create impactful solutions and actively seek opportunities for growth and collaboration.
View All Posts

Post navigation

Previous Post
Master Detail with Interactive Grid
Next Post
How to Add YouTube Videos on Page in Oracle APEX
  • OCI
  • Forms to APEX
  • Reporting
  • 2024 30
  • 2023 22
  • 2022 26
  • 2021 54
  • 2020 123
  • 2017 12
  • 2016 5
  • 2015 1
Recent Posts
  • Implementing Row ID Capture into Page Items in Oracle APEX Interactive Grids
  • Eliminating Redundant Success Messages on Page Refresh
  • Improving Data Accuracy: Custom Validation Strategies for Oracle APEX Interactive Grids
  • Streamlining Data Downloads in Oracle APEX Interactive Grids: A Professional Guide
  • Customizing Interactive Grid Toolbars: How to Hide the Toolbar Button in Oracle APEX
Categories
  • APEX 207
  • APEX Hours 3
  • APEX Tutorials 17
  • APEX_AUTOMATION 1
  • CSS 1
  • DBA 3
  • Deprecated 1
  • Events and Webinars 3
  • GITHUB 3
  • IG 22
  • Interactive Grid 35
  • Interactive Report 1
  • JavaScript 19
  • JS_API 2
  • OCI 1
  • Ontoor Concepts 5
  • Ontoor Extras 1
  • ORACLE 43
  • Oracle Tutorials 1
  • ORACLE_FORMS 1
  • ORDS 4
  • Others 4
  • PLSQL 13
  • PLUGINS 12
  • Reporting 1
  • Shorts 9
  • SQL 18
Copyright © 2024 Ontoor Solutions. All Rights Reserved.
Copyright 2025 — Ontoor blogs. All rights reserved. Bloghash WordPress Theme
Scroll to Top