Font Color not Chan...
 
Notifications
Clear all

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.

[Closed] Font Color not Change

4 Posts
2 Users
2 Reactions
1,511 Views
(@vespi)
Eminent Member Registered
Joined: 2 years ago
Posts: 22
Topic starter  

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


   
Glenn
(@glenn)
Member Admin
Joined: 8 years ago
Posts: 1926
 

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


   
(@vespi)
Eminent Member Registered
Joined: 2 years ago
Posts: 22
Topic starter  

@glenn Thank you very much, it worked.

Another color question:
Is it also possible to change this red button with white font?
CONTROL=3,button-color:#e2001a,width:1,style:b,left:-5,width:350,display:Serviceportal...

 


   
Glenn reacted
(@vespi)
Eminent Member Registered
Joined: 2 years ago
Posts: 22
Topic starter  

ah found: CONTROL=3,button-color:#e2001a,color:#ffffff


   
Glenn reacted
Glenn's Page