Teunis
1
Hey all,
Is there any way to customize the icon color and background color in the panel?
In the blueprint I have a simple
icon: cart
Which shows up like this in the panel:
I’d like to change the background color to a flat color instead of the grid. Is this possible?
You can set the background to either black
, white
or pattern
with the back
option.
image:
back: black
Teunis
3
You always surprise me with how fast you respond with a solution
Thanks @texnixe!
They call me iSonja, the robot
2 Likes
Teunis
5
new problem…
if I want to use
image: false
back: black
it still shows the underlying image instead of the actual icon.
image:
query: false
back: black
2 Likes
Hey, is there any way to change the icon color (not background) ?
Yes, of course:
image:
back: "#502e95"
color: "#ffcc2e"
1 Like