• 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
    #1
    2025-05-30, 11:45 AM
    Just looking for some css help - I'd like to change the word 'studio' in this heading to a different word, and it's important that Jellyfin still automatically adds an 's' to make it plural if there are multiple things in the studio category (which is the current default behavior, so I'm hoping it's a simple matter of changing the root word).

    Thanks!


    Attached Files Thumbnail(s)
           
    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)


    • 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