We appreciate the contributions many of you have been able to make towards repairing the storm damage and keeping a roof over our heads. With your help we’ve been able to complete much of the critical work. There is still work to be done to secure the house and your continued support will be a huge help.
Guests have read-only access to our forums. If you wish to participate you will need to register. Be sure to activate your account from the email sent to you when you register.
I would like to change the font color to black #000000.
But the color remains #fffff
In the documentary, I tried out various formats: Color:, Color: #
Any ideas?
[options]
# size and position
top=-1
right=-50
bottom=150
left=-1
width=350
contextmenu=0
transparency=0
formcolor=#afafaf
nav=0
display-change=1
# font
font-face=Arial
font-size=11
color=#ffffff
font-quality=3
[items]
WMI=:1,text:Modell:,,query:Win32_ComputerSystem,display:%Model%
HOST=,text:Hostname: ,display:%1
Thankyou
add COLOR in the [items] section. Also, don't use #000000 as that is used to denote transparent. Use #000001 instead which is almost black.
[items]
COLOR=#000001
WMI=:1,text:Modell:,,query:Win32_ComputerSystem,display:%Model%
HOST=,text:Hostname: ,display:%1
ah found: CONTROL=3,button-color:#e2001a,color:#ffffff
