How to customize css? #2280
-
|
Hello all! I'm trying to customize some css (of Pilos, not BBB css). Is there a way to do that? I mean for rooms management - not for welcome page… Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
|
Custom CSS has been removed in PILOS 4 to simply deployment. You are currently limited to the style settings in the admin UI. |
Beta Was this translation helpful? Give feedback.
-
|
OK, so no way to hide |
Beta Was this translation helpful? Give feedback.
You could try to mount the
resources/sass/override/override.scssfile to a local file with the same content as now, plus your own css/scss. You will than have to restart and rebuild the frontend. Just like for overwriting components: https://thm-health.github.io/PILOS/docs/administration/customisation/componentsIt is not recomended due to possible breaking changes, however these file do not change often, so you should be pretty safe.