top of page
Portal Skin Customization
Do you want to change the look and feel of your portal? You can do so by editing your portal skin.
Visual Studio Code is a wonderful free piece of software to use, or you can use Notepad++.
First, navigate to your portal admin page to see which skin is being used by default.
Then, navigate to your portal skin folder and make a copy of your default skin. In the example below, the folder portal2021 is a copy of portal2018.

Rename the HTML file in your new portal skin folder to match the name of the folder.

Inside the css folder, create a custom CSS file. Case matters with CSS.

Add a reference to your custom CSS file to the HTML file for your portal skin.

bottom of page