FOP2 Custom Theme: Hiding Presence Box

FOP2 display styles can be tweaked using CSS. Since version 2.30 it is possible to write custom CSS modifications in your own 'theme' file to change the visual aspect.

We are going to use that feature in order to add a CSS rule that will hide from view the drop down with presence selections (Available/Do not disturb,etc).

In order to write your own custom theme, you must create this file:

/var/www/html/fop2/css/custom_theme/theme.css

In that file you can write any css rules you want.

So open it up in your favorite text editor and add/create this line:

div.navinput > div.bootstrap-select > button { display:none; }

Save the file and reload FOP2, you should notice that the presence drop down won't be shown.


Did you find this article useful?