04-20-2022 03:44 PM - edited 04-20-2022 03:45 PM
This article applies to Incorta versions 4.x.
Open the Incorta home installation folder.
Navigate to path ‘/IncortaNode/runtime/webapps/ROOT/css’ (create ‘css’ folder if not found).
Open/Create ‘custom-new.css’ file (Exact name is mandatory).
login background image:
Add this string to the css file:
/* To change background image on login page */ .inc-login { background-image: url("login_bg.jpg") !important; } /* To change login dialog image */ .inc-login__container-header * { display: none; } .inc-login__container-header { height: 100px; background: url(login_logo.jpg); background-size: 200px; background-repeat: no-repeat; background-position: center; }
Note: If the image was small and you want to center it in the right pane:
background-size: 50%; background-position: center; background-color: ##{COLOR}## !important;
Replace the ##{COLOR}## with the color of the image background.
Header color: Add this string to the css file (color ‘green’ is for example)
header.header-nav{ background-color: green !important; }
Logo:
Place the image file in the css folder with this exact name: ‘logo.png’
Add this string to the css file:
.header-nav .header-logo span { content:url(logo.png); }
Custom text beside logo.
Add this string to the css file:
.header-nav .header-logo { display: flex; } .header-nav .header-logo:after { content:‘[text]’ !important; padding-top: 15px; color: white; }
Replace [text] with the desired text