0 votes

Hi,

does anyone know how to change the footer color?

Regards
Ingemar

by (960 points)

1 Answer

0 votes
by (216k points)

Hello,

The background color of the footer cannot be configured via standard Web Interface configuration, but you can modify Web Interface source files. However, keep in mind that if you change any of Adxes Web Interface source files, these files will not be backed up by the Web Interface backup/restore, and you will have to manually modify these files again each time you upgrade Adaxes.

To set another color:

  1. On the computer where your Web Interface is installed, open the folder that contains the Adaxes Web Interface site that you want to configure. By default, Adaxes Web Interface sites are installed to the following folders:

    • Administrators:
      C:\Program Files\Softerra\Adaxes 3\Web Interface\Admin\
    • Help Desk:
      C:\Program Files\Softerra\Adaxes 3\Web Interface\HelpDesk\
    • Self-Service:
      C:\Program Files\Softerra\Adaxes 3\Web Interface\SelfService\
  2. Open the folder named Css.

  3. Find the Common.css file and open it with any text editor.

  4. Go to the very end of the file, press Enter and add the following lines:

     .copyrightBar {
       background-color: #E8E8E8;
       border-top: 1px solid #E8E8E8;
       border-bottom: 1px solid #DBDBDB;
     }
  5. In the text, background-color specifies the code for the background color. Specify the color that you need. Also, you can change the values for the border-top and border-bottom elements to change the border style of the box.

  6. Save the file.

  7. Repeat the same for the rest of the Web Interface sites, if necessary.

No related questions found

3,374 questions
3,073 answers
7,817 comments
545,386 users