FAQ - How can you customize the look of the Faculty Page?
The following CSS will affect the presentation of the Faculty List on your Faculty Page. The first Hex # sets the color of the border around the table. The second and third Hex #s set the foreground and background color of the column headers in the table.
div.mtk-collapsible {
border-color: #00ffff;
}
div.mtk-faculty-table div.dt-header-row div.dt-cell {
background-color:#00ffff;
color: #ffffff;
}
Related Articles
Faculty Migration
Adding Faculty Faculty data will migrate over onto a content page as a table. You can activate this list/page for your members to view and update/edit the data just as you would any other content page. (Use the ESC key and click Edit Content at the ...
FAQ - How do you change a teacher name in the Faculty List?
If you are using the Faculty Module, you can easily update the list, then the system automatically makes that change everywhere it appears. This is helpful when staff changes happen in the middle of the year. Go to People > Faculty List. Select the ...
Publishing the Faculty List
There are three places where you can publish the Faculty List generated from the Faculty Module: the Website the Directory the Mobile App The Faculty Content Page must be available on your website before you can publish it in the directory or mobile ...
Custom CSS to Change the Directory Bar Color
If you want to change color of the top Directory bar from the standard teal to your own colors, add the following to the Custom CSS (under Dashboard / Website). You will copy and paste it into your CSS. You will need to add your own Hex Code for the ...
Connecting Faculty to Students
After you have turned on the Faculty Module and have configured the settings and faculty custom fields, you will be ready to set up the connection between Faculty and Students. This is done as a Custom Field on the Student Form. There are 2 ways to ...