• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

How to delete this line

Scheduled Pinned Locked Moved Custom CSS
3 Posts 2 Posters 411 Views 1 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    Stoffbeuteluwe Project Sponsor
    last edited by May 1, 2020, 5:41 AM

    Does anybody know how to delete this in MMM-Fitbit2
    9D38F8A4-7530-4B22-A955-3C9B29F3B8D0.jpeg

    B 1 Reply Last reply May 1, 2020, 8:59 AM Reply Quote 0
    • B Offline
      broberg Project Sponsor @Stoffbeuteluwe
      last edited by broberg May 1, 2020, 9:00 AM May 1, 2020, 8:59 AM

      @Stoffbeuteluwe

      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;
      }
      
      S 1 Reply Last reply May 1, 2020, 9:36 AM Reply Quote 1
      • S Offline
        Stoffbeuteluwe Project Sponsor @broberg
        last edited by May 1, 2020, 9:36 AM

        @broberg Thank you works fine …that looks better :ok_hand_medium_skin_tone:

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        1 / 1
        • First post
          2/3
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy