Jellyfin Forum
How to remove "Recently added in" Text in Library Category only - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: How to remove "Recently added in" Text in Library Category only (/t-how-to-remove-recently-added-in-text-in-library-category-only)

Pages: 1 2


RE: How to remove "Recently added in" Text in Library Category only - Efficient_Good_5784 - 2024-09-06

(2024-09-06, 03:05 PM)M0RPH3US Wrote: 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??
It could be:
  1. Their other custom CSS doesn't work well with yours
  2. They incorrectly added your custom CSS
  3. They could be on a Web-UI version that's older than what you tested



RE: How to remove "Recently added in" Text in Library Category only - vbxlive - 2024-09-06

(2024-09-06, 03:05 PM)M0RPH3US Wrote:
(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.

In that file will be a CustomCss field.  Change it from

Code:
<CustomCss>
    {insert a bunch of CSS here}
    {insert a bunch of CSS here}
    {insert a bunch of CSS here}
    {insert a bunch of CSS here}
</CustomCss>

to this

Code:
<CustomCss />

@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??

[Image: mituldA.png]

Thanks for ur code , I will fix it , I don't know why it's broken, i deleted all cache and inside branding i deleted all custom css.


RE: How to remove "Recently added in" Text in Library Category only - vbxlive - 2024-09-07

I tried to remove all custom css from branding XML file , restarted Jellyfin still blank screen came , only android tv app shows ui, mobile and web app shows blank black screen, any solution


RE: How to remove "Recently added in" Text in Library Category only - Efficient_Good_5784 - 2024-09-07

(2024-09-07, 05:57 AM)vbxlive Wrote: I tried to remove all custom css from branding XML file , restarted Jellyfin still blank screen came , only android tv app shows ui, mobile and web app shows blank black screen, any solution
Try clearing out the client's cache.


RE: How to remove "Recently added in" Text in Library Category only - M0RPH3US - 2024-09-07

(2024-09-07, 10:26 AM)Efficient_Good_5784 Wrote:
(2024-09-07, 05:57 AM)vbxlive Wrote: I tried to remove all custom css from branding XML file , restarted Jellyfin still blank screen came , only android tv app shows ui, mobile and web app shows blank black screen, any solution
Try clearing out the client's cache.

Just a query. Do you have the Jellytweaks plugin installed?


RE: How to remove "Recently added in" Text in Library Category only - vbxlive - 2024-09-07

Not
(2024-09-07, 10:40 AM)M0RPH3US Wrote:
(2024-09-07, 10:26 AM)Efficient_Good_5784 Wrote:
(2024-09-07, 05:57 AM)vbxlive Wrote: I tried to remove all custom css from branding XML file , restarted Jellyfin still blank screen came , only android tv app shows ui, mobile and web app shows blank black screen, any solution
Try clearing out the client's cache.

Just a query. Do you have the Jellytweaks plugin installed?

Not Installed