Skip to main content
Contributor
September 30, 2016

Technical Note: [Accelops KB] How to change the Login UI Color

  • September 30, 2016
  • 0 replies
  • 1965 views

Description

Summary of Article

This article is to assist you on how to change the color of the UI on AO.  This is customizable function that's manually done.  It's RECOMMENDED to backup the files related before beginning.  Please also NOTE the file permissions.

 

Steps

1 - cd /opt/glassfish/domains/domain1/applications/j2ee-apps/phoenix/phoenix-web-1.0_war/css
2 - vi main.css
3 - change this option:
background-color: #eee; --> background-color: #x; [eg. fff for white]
4 - save this
5 - cd /opt/glassfish/domains/domain1/applications/j2ee-apps/phoenix/phoenix-web-1.0_war/
6 - vi login.xhtml
7 - change <body background="images/bg.png" bgcolor="#eeeee"> --> <body bgcolor="#x"> [eg. ffffff for white]
8 - save this
9 - service httpd restart

 

Additional Information

Make sure to backup main.css and login.xhtml before beginning

 

Version Application

ALL