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.

    MMM-OpenWeatherMapForecast - delete line

    Scheduled Pinned Locked Moved Solved Troubleshooting
    5 Posts 2 Posters 320 Views 2 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.
    • M Offline
      majsoft
      last edited by

      Good morning,

      please advise how to delete this line marked with a red arrow?

      I assume it will be a CSS edit, would someone be willing to write exactly what I should edit?

      Thank you very much in advance.

      Screenshot_1.jpg

      S 1 Reply Last reply Reply Quote 0
      • M Offline
        majsoft @sdetweil
        last edited by

        @sdetweil

        vše vyřešeno. Děkuji.

        Screenshot_1.jpg

        1 Reply Last reply Reply Quote 1
        • S Offline
          sdetweil @majsoft
          last edited by sdetweil

          @majsoft no, but ill teach you how to find it

          see the second link in my signature below, find the element that draws it

          and set it to

          ???? {
          display:none;
          }
          

          where xxx is the selector for that element

          i use this cheatsheet to help me with the selector

          https://www.w3schools.com/cssref/css_selectors.php

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          M 1 Reply Last reply Reply Quote 0
          • M Offline
            majsoft @sdetweil
            last edited by

            @sdetweil

            great tool, thank you very much

            Screenshot_3.jpg

            i used like this:

            .MMM-OpenWeatherMapForecast .module-header {
            font-size: 35px;
            color: white;
            text-transform: none;
            border-bottom: 0px;
            padding-bottom: 5px;
            margin-bottom: 20px;
            }
            

            can you advise how to move the text by a few pixels?
            I can’t use text-align center, the module is wide and the text would interfere with the map.
            I can’t figure it out. Thanks in advance

            Screenshot_4.jpg

            S 1 Reply Last reply Reply Quote 0
            • S Offline
              sdetweil @majsoft
              last edited by

              @majsoft what is the styles for that? margin-left?

              you can try all kinds of things in the dev window . then when you get it, you can copy/paste that to custom.css

              the last row of the center window can give you the selector info

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              M 1 Reply Last reply Reply Quote 0
              • M Offline
                majsoft @sdetweil
                last edited by

                @sdetweil

                vše vyřešeno. Děkuji.

                Screenshot_1.jpg

                1 Reply Last reply Reply Quote 1
                • S sdetweil has marked this topic as solved on
                • 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