Docs -> Changing Themes
Each member of the website can use a different theme. Their is no universal theme for all members (see below for instuctions on how to accomplish this).
To change your theme, you must login and go to "My Settings", scroll down to the option to change your theme and pick a theme from the drop down. Click save. Click Continue and your theme should show up.
Some people have asked for a way to force all members to use the same theme. If you would like to use the default theme as the theme for all members, simply delete all .css files from the themes/ directory except for default.css. This will make it so your members cannot choose another theme. If, however you want to force your members to use a theme other than the default, you can use one of the following approaches.
How to Change Your Theme
Each member of the website can use a different theme. Their is no universal theme for all members (see below for instuctions on how to accomplish this).
To change your theme, you must login and go to "My Settings", scroll down to the option to change your theme and pick a theme from the drop down. Click save. Click Continue and your theme should show up.
Using One Theme For All Members
Some people have asked for a way to force all members to use the same theme. If you would like to use the default theme as the theme for all members, simply delete all .css files from the themes/ directory except for default.css. This will make it so your members cannot choose another theme. If, however you want to force your members to use a theme other than the default, you can use one of the following approaches.
- Updating MySQL Database using phpMyAdmin
Login to phpMyAdmin, choose the fcms_users table, and edit the theme field (changing the default from 'default.css' to whatever theme name you want to use.
- Renaming Theme Files
Delete all .css files for themes you are not using. Then rename the .css file of the theme you want to use to 'default.css'.
Never delete the datechooser.css or login.css files, as these are always needed, no matter what theme you use.
