From 4f44ab2a871f8e2182aba2bbcdd4290ff1cdfda5 Mon Sep 17 00:00:00 2001 From: artiume Date: Wed, 15 Apr 2020 17:31:44 -0400 Subject: [PATCH] add livetv css --- general/clients/css-customization.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/general/clients/css-customization.md b/general/clients/css-customization.md index 636db5055..035e6a312 100644 --- a/general/clients/css-customization.md +++ b/general/clients/css-customization.md @@ -52,12 +52,6 @@ This will affect the played/watched indicator. Replace the color hex with any va ![Screenshot of the default watched indicators](/images/custom-css-normalwatched.png) -#### Remove LiveTV Channel Listings - -```css -.guideChannelNumber { display: none; } -``` - #### Green Indicators ```css @@ -75,6 +69,12 @@ This will affect the played/watched indicator. Replace the color hex with any va ![Screenshot of watched indicators with a custom transparent color applied](/images/custom-css-transparentwatched.png) +#### Remove LiveTV Channel Listings + +```css +.guideChannelNumber { display: none; } +``` + ### Transparent Top Menu Self explanatory