Customizing the Lucity Citizen Portal Page

This page explains some advanced steps to customizing the look of the Citizen Portal page.

How To Customize the Citizen Portal Page

  1. Create your own master file using Notepad or another text-editing purogram. You'll use this file to customize the fonts and colors of the citizen app.

    <link href="..\StateOfNE.css" rel="stylesheet" type="text/css" />

  2. Update the appsettings.config file to use the master file:

    <appSettings>

    <add key="MasterPage" value="SampleMasters/StateofNE.master"/>

    </appSettings>

Sample Master File

Sample CS File