Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 9d405bd

Browse files
authored
Add Livetv css
1 parent e91debb commit 9d405bd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

general/clients/css-customization.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ This will affect the played/watched indicator. Replace the color hex with any va
5252

5353
![Screenshot of the default watched indicators](/images/custom-css-normalwatched.png)
5454

55+
#### Remove LiveTV Channel Listings
56+
57+
```css
58+
.guideChannelNumber { display: none; }
59+
```
60+
5561
#### Green Indicators
5662

5763
```css

0 commit comments

Comments
 (0)