Replies: 5 comments 7 replies
-
Several examples (like this one) include icon modifications such as color. The most direct way is to create custom actions for these icons, (they'll autofill with their default action information when you enter their names) and then include the icon CSS styles there in the appearance pane. .icon {
color: #E50914;
} I did just realize that you can color specific icons in the global CSS styles without custom actions if you want to do less config changes. [title="netflix"] {
--icon-color: #E50914;
} |
Beta Was this translation helpful? Give feedback.
-
I have tried what u said but i can't change the color and when i copied and pasted your example with the icons colored the button does not work. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
For netflix works now but for jellyfin it does not. |
Beta Was this translation helpful? Give feedback.
-
I just noticed a thing if i change the action name from Netflix to netflix, yes the color is been applied but the button won't work anymore (Netflix does not open on the TV). Same thing happens to Jellyfin as soon as i change the icon's color the button stops to work. |
Beta Was this translation helpful? Give feedback.
-
Hello,
i'm using this integration only to open Netflix and Jellyfin on my tv (By the way, thank you so much!). The only thing that i can't do is change color on the icons. The Icons are white and i would like to change color or maybe change them. I read the docs but i can't make it work. Is there some kind person that can explain to me what i'm doing wrong?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions