• 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.

Removing lines

Scheduled Pinned Locked Moved Solved Troubleshooting
7 Posts 4 Posters 2.3k Views 4 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 Do not disturb
    sdetweil @Quesada
    last edited by Apr 21, 2019, 11:28 PM

    @Quesada can u explain more. I don’t see any separators between modules I use

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    Q 1 Reply Last reply Apr 22, 2019, 5:06 PM Reply Quote 0
    • M Offline
      motdog
      last edited by Apr 21, 2019, 11:36 PM

      if you are talking about under the header, I believe the only way to get rid of the line is to get rid of the header in the config file for example the line under My Weather would be removed by getting rid of the header in the config file, but from my understanding you would also lose the words my weather

      1 Reply Last reply Reply Quote 0
      • M Offline
        Mykle1 Project Sponsor Module Developer @Quesada
        last edited by Mykle1 Apr 22, 2019, 7:56 PM Apr 22, 2019, 12:36 AM

        @Quesada

        Assuming we are talking about the underline of the header, you most certainly can eliminate that without losing the header itself. In your custom.css file you would add this:

        .MMM-FMI header.module-header {
          border-bottom: none;
        }
        

        To get this:

        0_1555893100580_Screenshot from 2019-04-21 20-23-36.png

        Change this, MMM-FMI, to the module name you want to affect. If you want all your modules to have no “border-bottom”, you can try this in your custom.css file instead.

        header {
          border-bottom: none;
        }
        

        Create a working config
        How to add modules

        Q 1 Reply Last reply Apr 22, 2019, 5:09 PM Reply Quote 0
        • Q Offline
          Quesada @sdetweil
          last edited by Quesada Apr 22, 2019, 5:08 PM Apr 22, 2019, 5:06 PM

          @sdetweil I’m talking about the bottom line of WEATHER title.
          0_1555952718691_Untitled.png

          Sorry for low explanation

          M 1 Reply Last reply Apr 22, 2019, 8:02 PM Reply Quote 0
          • Q Offline
            Quesada @Mykle1
            last edited by Apr 22, 2019, 5:09 PM

            @Mykle1 I tried and it didn’t worked what i want it, but thanks

            1 Reply Last reply Reply Quote 0
            • M Offline
              Mykle1 Project Sponsor Module Developer @Quesada
              last edited by Apr 22, 2019, 8:02 PM

              @Quesada said in Removing lines:

              I’m talking about the bottom line of WEATHER title.

              Individual modules.

              .WEATHER-MODULE-NAME-HERE header.module-header {
                border-bottom: none;
              }
              

              I made a mistake (because I didn’t test) on the second direction I made above. I corrected it but here it is again.

              All modules! This one is easier to use.

              header {
                border-bottom: none;
              }
              

              These absolutely work. Please post your custom.css file if they do not.

              Create a working config
              How to add modules

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