From 9d405bd9ef1cedfec6b35fe41b328d79e7c41549 Mon Sep 17 00:00:00 2001 From: artiume Date: Wed, 15 Apr 2020 17:30:00 -0400 Subject: [PATCH] Add Livetv css --- general/clients/css-customization.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/general/clients/css-customization.md b/general/clients/css-customization.md index dbd0120c8..636db5055 100644 --- a/general/clients/css-customization.md +++ b/general/clients/css-customization.md @@ -52,6 +52,12 @@ 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