Ticker

6/recent/ticker-posts

Add Logo Image to Oracle APEX Login Region - Javainhand Tutorial

In this Oracle APEX Tutorial, We will explore add logo image to Oracle APEX login page region.

Add Logo Image to Oracle APEX Login Region

Adding a Logo Image to Oracle APEX Login Region helps to recognise your website or any organization.

In Oracle APEX Login Page, Mostly website display their logo image either on left side top corner or Login Region. If you want to display your logo image on the left side top corner then read our previous blog.

If you want to display or add logo image to Oracle APEX Login Region then this blog will help to you.

Let's Start,

How to Add Logo Image to Oracle APEX Login Region

Step 1:- First of all you have to upload your logo image file in the static application files section. This option available in your application shared components section.The below screenshot will help you out to understand.

Add Logo Image to Oracle APEX Login Region

Step 2:- Now come back to your login page and just point your mouse cursor above on the login region application name then right click and go to the inspect option.The below screenshot will help you out to understand.


Step 3:- After the inspect your login page, you have to find (t-Login-logo) class.On this class we will add some CSS background-image property and display logo image to Oracle APEX Login Region.

.t-Login-logo {
    background-image: url('#APP_IMAGES#logo.jpg'); 
    background-repeat: no-repeat; 
    background-size: cover;
}

Demo

Post a Comment

0 Comments