This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

W4K - Touch 4 - Widget text colour
#1
Hello, guys!
I couldn`t find a way to change the colour of the text that I`m showing in the picture. Please let me know if there is a way! Thank you so much!!

Attached Files Thumbnail(s)
   
Reply
#2
Is this just text element on custom widget or what? Text element has font color but Touch is not the same app as Mosaic.
------------------------------
Ctrl+F5
Reply
#3
Under Touch Config -> Configuration Wheel -> Styles you can add this into the custom CSS to change the color(s)
Code:
.se-button-multi-title-light-switch.se-button-multi-title-1 {
    color: red;
}
.se-button-multi-title-light-switch.se-button-multi-title-2 {
    color: blue;
}
.se-button-multi-title-light-switch.se-button-multi-title-3 {
    color: green;
}
.se-button-multi-title-light-switch.se-button-multi-title-4 {
    color: yellow;
}
.se-button-multi-title-light-switch.se-button-multi-title-5 {
    color: orange;
}
.se-button-multi-title-light-switch.se-button-multi-title-6 {
    color: pink;
}
Reply
#4
(22.07.2024, 09:03)Erwin van der Zwart Wrote: Under Touch Config -> Configuration Wheel -> Styles you can add this into the custom CSS to change the color(s)
Code:
.se-button-multi-title-light-switch.se-button-multi-title-1 {
    color: red;
}
.se-button-multi-title-light-switch.se-button-multi-title-2 {
    color: blue;
}
.se-button-multi-title-light-switch.se-button-multi-title-3 {
    color: green;
}
.se-button-multi-title-light-switch.se-button-multi-title-4 {
    color: yellow;
}
.se-button-multi-title-light-switch.se-button-multi-title-5 {
    color: orange;
}
.se-button-multi-title-light-switch.se-button-multi-title-6 {
    color: pink;
}
Thank you, solved my problem!
Reply


Forum Jump: