Skip to main content

Custom CSS

Homarr lets you customize the css to adapt to your preferences.

Applying the custom CSS

You can insert your CSS rules in the Customizations tab of the settings

homarr custom css settings

After clicking on submit, you can view the changes directly.

homarr custom css result

Finding classnames

To customize the css of your Homarr instance, your first step should be to find the classname of the Elements you want to customize. The easiest way to do this is by right-clicking on the page and choosing Inspect

context menu

This opens up the DevTools of your browser. On the top left you can now click on the icon to go into Element Selector Mode

selector mode

Now, clicking on an element on the page highlights it on the right

element highlighted

Finally select a classname you want to use four your custom CSS rules

element classname

Additional resources

You can find more information on writing your own CSS rules at: