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 432 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.
    • StoffbeuteluweS Offline
      Stoffbeuteluwe Project Sponsor
      last edited by

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

      brobergB 1 Reply Last reply Reply Quote 0
      • brobergB Offline
        broberg Project Sponsor @Stoffbeuteluwe
        last edited by broberg

        @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;
        }
        
        StoffbeuteluweS 1 Reply Last reply Reply Quote 1
        • StoffbeuteluweS Offline
          Stoffbeuteluwe Project Sponsor @broberg
          last edited by

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

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            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