2024-09-06, 02:10 AM
2024-09-06, 02:24 AM
You can hide those sections by going to:
Client Settings > Home In the home settings, look at the home sections and remove any that say "Recently Added Media".
2024-09-06, 02:26 AM
You can remove all recently added media. Click on your profile picture in the top right and then "Home". Home screen section 7 should be recent media. Change that to something else or nothing and it won't show up on the home screen anymore.
2024-09-06, 05:40 AM
(2024-09-06, 04:58 AM)vbxlive Wrote: I dont want remove category just want remove recently added text only infront of library name,e.g in above image i want to keep kids movies only name not recently added textWhat's the purpose of doing so? The library buttons on the top of the screen already have the different libraries listed by their names. That section is for recently added media, not for a library overview. It will disappear if nothing gets added eventually.
2024-09-06, 01:20 PM
(2024-09-06, 02:10 AM)vbxlive Wrote: How to remove "Recently added in" Text in Library Category only want to show only Library category name,where I can edit file to remove that Start by ensuring Recently Added is the Home screen section 2 in Settings > Home. To explain better I may have 3 categories - Hollywood, Bollywood & Cartoon. For Hollywood Section Code: #homeTab Similarly, For Bollywood Code: #homeTab And so on. See how I am changing the nth child for each. Play around with the font size and color
2024-09-06, 02:39 PM
(2024-09-06, 01:20 PM)M0RPH3US Wrote:I tried this everything showing blank now, none of device shows webpage , completely blank,how to undo or delete code(2024-09-06, 02:10 AM)vbxlive Wrote: How to remove "Recently added in" Text in Library Category only want to show only Library category name,where I can edit file to remove that
2024-09-06, 03:02 PM
(2024-09-06, 02:39 PM)vbxlive Wrote:(2024-09-06, 01:20 PM)M0RPH3US Wrote:I tried this everything showing blank now, none of device shows webpage , completely blank,how to undo or delete code(2024-09-06, 02:10 AM)vbxlive Wrote: How to remove "Recently added in" Text in Library Category only want to show only Library category name,where I can edit file to remove that You added this in the custom css right.??
2024-09-06, 03:03 PM
If the server is Linux, go to /etc/jellyfin/branding.xml. If the server is Windows, go to C:\ProgramData\Jellyfin\Server\config\branding.xml.
In that file will be a CustomCss field. Change it from Code: <CustomCss> to this Code: <CustomCss />
2024-09-06, 03:05 PM
(This post was last modified: 2024-09-06, 03:40 PM by M0RPH3US. Edited 3 times in total.)
(2024-09-06, 03:03 PM)TheDreadPirate Wrote: If the server is Linux, go to /etc/jellyfin/branding.xml. If the server is Windows, go to C:\ProgramData\Jellyfin\Server\config\branding.xml. @TheDreadPirate It's strange that this didn't work because I tested this and gave this css code. It's working for me. I won't give any untested code. 😞 How come this borks up the entire page?? |
|
|