Themes are only available starting with Openmeetings 2.x.
There are also more general client side configuration like port configuration. Those configs are stored in the public/config.xml

Editing the theme

To modify default theme used by OM

The file contains border, background and font color definitions as well as paths to icons that are loaded at runtime.
You can change the theme at runtime and just reload the browser (eventually clear the browser cache) to see updates based on modification in your theme.

All other elements might be styled by modifying CSS files in /webapps/openmeetings/css folder

Creating custom CSS file

  1. create webapps/openmeetings/css/custom.css file
  2. open webapps/openmeetings/WEB-INF/classes/org/apache/openmeetings/web/pages/BasePage.html add link to your new CSS file (as last link)

Back to top