MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.
How to delete this line
-
Does anybody know how to delete this in MMM-Fitbit2
-
Youcan always try identifying if the element has an assigned name with the inspection/development windows.
In this case the progressbar DIV has a classname (.widgetprogbarbkg)
So to hide it,just set display to none
.MMM-Fitbit2 .widgetprogbarbkg { display: none; }
-
@broberg Thank you works fine …that looks better