Edit the background-color of the login page

  • Used Zammad version: 5.1.x
  • Used Zammad installation type: package
  • Operating system: debian 11
  • Browser + version: Edge 101.0.1210.39, Chrome 101.0.4951.67

Expected behavior:

  • I would like to change the background-color of the Zammad login page (from black to grey for example), but the problem is that I don’t know which file(s) to edit.
    any suggestion ?
    Thank you.

Check out this thread on how to make custom css changes to Zammad:

In your particular case you’d want to use something like this:

.login {
    background: #ff00ff;
}

It works, thank you very much.

1 Like

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.