• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Themes & Styles Change The Label 'Studio' To A Different Word On Main Movie Page

     
    • 0 Vote(s) - 0 Average

    Change The Label 'Studio' To A Different Word On Main Movie Page

    ElusoryApricity
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2025 May
    Reputation: 0
    Country:Australia
    #2
    2025-05-30, 01:15 PM
    And as usual, asking for help made the thing I'd been trying work for seemingly no reason  Upside-down-face

    Although this won't keep the automatic plurals (I realised I won't ever actually need the singular case, so I can just replace the entire label with a plural word)

    If anyone else wants to do this or something similar, here's what worked for me:

    .studiosLabel {
    display: none;
    }

    .studiosLabel {
    visibility:hidden;
    width: 55px;
    }

    .studiosLabel:after {
    visibility: visible; 
    content:"CUSTOM LABEL";
    position: relative;
    left: -53px; 
    width: 55px;
    }

    You might need to tweak the bolded numbers to get things to align correctly, I think it will depend on what word you replace the word 'Studio' with. 

    I'm also not 100% sure if the 'display: none' and 'visibility: hidden' or the two instances of 'width: 55px' are redundant or not, but I don't want to risk breaking something that's working to check so if you're curious you can test that yourself  Winking-face
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Change The Label 'Studio' To A Different Word On Main Movie Page - by ElusoryApricity - 2025-05-30, 11:45 AM
    RE: Change The Label 'Studio' To A Different Word On Main Movie Page - by ElusoryApricity - 2025-05-30, 01:15 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode