MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.

    How to delete this line

    Custom CSS
    2
    3
    140
    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.
    • Stoffbeuteluwe
      Stoffbeuteluwe Project Sponsor last edited by

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

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

          @broberg Thank you works fine …that looks better 👌🏽

          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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy