To create your own theme in activeCollab you will need some CSS knowledge (and to be creative!). To make your theme, simply follow these steps:
- Navigate to /public/assets/themes;
- Create a new folder. The folder name will be used as the theme name by activeCollab in the Select Theme field (as shown on the screenshot bellow);
- Create the theme.css inside the theme folder you have just created. This file will automatically be used by activeCollab for all users who choose this theme from their profile pages.
- Optionally create the /images folder inside the theme folder you've just created. Inside the theme.css file write the CSS rules that will override the existing styling and create the look you want.