Skip to content

Commit 964b15d

Browse files
Add CSS instructions to hide the logo
Added instructions to hide the logo using CSS.
1 parent b1f640d commit 964b15d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,15 @@ Moonfin uses the [File Transformation](https://github.com/IAmParadox27/jellyfin-
107107

108108
> **UI not loading?** Go to *Dashboard → Scheduled Tasks* and run the **Moonfin Startup** task once, then refresh your browser.
109109
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+
110119
## Configuration
111120

112121
### Admin Settings

0 commit comments

Comments
 (0)