Inject custom global styles and fonts
masterUse the globalStyles option in useEpg to inject custom CSS and fonts. This allows you to target specific Planby internal classes to customize the look and feel.
Available CSS Classes
You can target the following classes within your injected styles:
.planby: The root container..planby-layout: The main layout container..planby-line: The live tracking line..planby-current-time: The current time indicator..planby-current-content: Content within the current time indicator..planby-channels: The channel sidebar container..planby-channel: Individual channel items..planby-program: Individual program items..planby-program-content,.planby-program-flex,.planby-program-stack,.planby-program-title,.planby-program-text: Program internal elements..planby-timeline-wrapper,.planby-timeline-box,.planby-timeline-time,.planby-timeline-dividers: Timeline elements.
Note: Using globalStyles is a PRO feature.