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. |
Answered by
samuelwei
Jul 8, 2025
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. |
0 replies
|
OK, so no way to hide |
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.