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