Please follow the procedure given below,
Prerequisites: Image file in .png format E.g. image.png (image_name plays a role in the procedure)
1. Go to <Install_directory>\ADAudit Plus\webapps\adap\assets\images\
2. Paste the image file (image.png)
3. Go to <Install_directory>\ADAudit Plus\webapps\adap\assets\
4. Edit the file vendor-auditplus.css with wordpad or notepad++
5. Copy and paste the below lines at end of the file
/*-------Custom Logo CSS Starts------*/
/*For Product Logo inside ADAuditPlus*/
.top-pane .product-logo {
background: url("../assets/images/custom-logo.png") top left no-repeat !important;
background-size: 100% 100% !important;
background-position: 0 0 !important;
}
/*For Product Logo in Login Page*/
.login-wrap .product-logo {
background: url("../assets/images/custom-logo.png") top left no-repeat !important;
background-size: 100% 100% !important;
background-position: 0 0 !important;
}
/*For Hiding Links in Login Page*/
.login-slides a {
display: none !important;
}
/*-------Custom Logo CSS Ends------*/
6. Replace the name 'custom-logo.png' with the actual name of the file (E.g. image.png)
7. Save the file
8. Restart ADAudit Plus or Hard refresh the browser (Ctrl+Shift+R)
Hope it helps.
Regards,
Bruce
ADAudit Plus Team