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