Streams Manager Docs
  • Overview
    • What is Streams Manager?
    • System overview
      • Panel navigation
      • General terms
      • User classes
  • Configuration
    • First time login
      • Included accounts
      • Reset default passwords
    • Setup proxy
    • Add Plex accounts
    • Add your administrator login
    • Settings
      • General
        • Site settings
        • Administrator contact settings
        • Page settings
      • Email notifications
        • SMTP settings
        • Notification templates
        • Free SMTP options
      • Discord notifications
        • Discord settings
          • Creating a Discord bot
        • Notification templates
      • Payment gateways
        • General settings
        • PayPal settings
          • Generating PayPal REST credentials
          • Generating PayPal NVP Credentials
        • Stripe settings
        • Plisio settings
      • Registration settings
      • Payment reminders settings
      • Subscriptions & trials settings
      • Requests integration settings
        • Ombi settings
        • Overseerr settings
        • Petio settings
      • Discord integration settings
        • Creating a Discord bot
      • Media server integration settings
      • Referrals settings
      • Custom content
        • Logo
        • Wallpaper
        • Home page section 1 content
        • Home page section 2 content
        • Pricing content
        • Subscription page content
        • Library statistics section content
        • Custom theme
      • Miscellaneous settings
        • Self invite settings
    • Library groups configuration
    • Plan configuration
      • Recurring plans setup
        • Stripe recurring plan setup
        • PayPal recurring plan setup
    • Server location configuration
    • Media server configuration
    • Libraries configuration
    • Users and data import
      • Users synchronization/import
    • Mobile app setup
    • Discount codes
    • Linked users
    • Emby devices
    • Custom roles
    • Custom domain
    • Test the flows
  • Server Migration
    • Migrating users between servers
  • Plex Bans
    • Overview
    • How to deal with a ban
    • Requiring users to change their Plex account
    • Server re-invite
  • Troubleshooting
    • PayPal
      • Error: PayPal is missing subscription ID details
      • Error: PayPal subscription ID: xxx does not have any transactions
      • Error: Create Subscription Api response error RESOURCE_NOT_FOUND
    • Plex
      • Error: HTTP 422 Unprocessable Entity when inviting a user or processing a subscription
      • Error: PlexApiException was thrown
      • Error: Error communicating with Plex 401
      • Error: Plex response status code does not indicate success: 404
    • Emby/Jellyfin
      • Emby/Jellyfin users cannot login and are getting incorrect password message
    • Error: There are no servers with capacity that accomodate plan
    • Error: User tried to subscribe but servers are full
    • No plans show on the checkout page
    • Specific plan is not showing up on the checkout page
  • FAQ
    • How Streams Manager enforces streaming limits?
    • How Streams Manager enforces download limits?
    • How Streams Manager enforces transcoding rules?
    • How to use a custom domain?
    • How does Streams Manager know that a user is active or expired?
    • How to invite a user manually via Streams Manager?
    • How to change user’s Plex/Emby/Jellyfin email or username?
    • How to enable two factor (2FA) authentication?
    • How does Streams Manager match payments during transaction sync?
    • How to mass migrate users from one media server to another?
    • What is the flow for a new customer in Streams Manager?
    • What runs and is synchronized on a recurring basis?
    • I am seeing notes mentioning credits on the payment edit screen. What is that?
    • How does Streams Manager select a Plex server to add a user?
    • How to dedicate a specific server to trials only?
    • Can I switch platforms?
    • How to bulk invite users?
Powered by GitBook
On this page
  • Creating your custom theme
  • Testing your custom theme
  • Upload your custom theme
  1. Configuration
  2. Settings
  3. Custom content

Custom theme

PreviousLibrary statistics section contentNextMiscellaneous settings

Last updated 2 years ago

Streams Manager offers the ability to fully customize your theme as part of the premium feature pack. This allows you to create a fully custom theme with custom color and layout but you need to be familiar with CSS.

Creating your custom theme

It may be easiest to start with an existing Bootstrap 4 theme (system is build on Bootstrap 4 so maximum version of Bootstrap that is supported is 4) and modify from there, but that is completely up to you. You can find Bootstrap 4 themes at: and many other places on the Internet. We also have a dark theme with blue nav bar that you can use as a starting point that is based on Darkly bootswatch theme: and you can get it . Alternatively, you can try create a completely custom theme with the help of . Modify the theme as you see fit and save the file somewhere on your computer

Testing your custom theme

Follow these steps to see how your custom CSS theme looks before uploading it. Steps below work for Chrome browsers but other browsers work similarly.

  • Store your custom CSS file in a folder that is accessible by your user

  • Open your Stream Manager site in a browser

  • Open developer tools

  • Right click anywhere on the page and select Inspect

  • Click on the Elements tab

  • Expand head element and find client theme link element

  • Replace the href= portion with file:///full-path-to-css-file using the full path to your CSS file (i.e. file:///C:/Users/Admin/Downloads/my.css)

  • Press enter and your changes should be reflected

Upload your custom theme

Please note that because CDN caches the file, it may take 6 hrs for changes to take effect.

To see how the theme looks, upload the CSS file in Settings -> Custom Content -> Custom CSS section and fully reload the page. You can also reset the theme to default if something is not looking right.

https://bootswatch.com/4
https://bootswatch.com/4/darkly/
here
https://www.bootstrap-live-customizer.com