We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f640d commit 964b15dCopy full SHA for 964b15d
README.md
@@ -107,6 +107,15 @@ Moonfin uses the [File Transformation](https://github.com/IAmParadox27/jellyfin-
107
108
> **UI not loading?** Go to *Dashboard → Scheduled Tasks* and run the **Moonfin Startup** task once, then refresh your browser.
109
110
+### **Don't want the logo?**
111
+Add these CSS lines on Branding/Custom CSS:
112
+
113
+```
114
+.headerMoonfinButton {
115
+display: none !important;
116
+}
117
118
119
## Configuration
120
121
### Admin Settings
0 commit comments