Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    Change font size for MMM-HTMLBox module

    Custom CSS
    1
    2
    1166
    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.
    • evroom
      evroom last edited by

      Module: MMM-HTMLBox
      I want to use this simple but useful module, but how can I change font size for this module ?

      I tried the custom.css

      .MMM-HTMLBox {
      font-size: 12px;
      }
      

      That does work, but now the spacing is rather large.
      The module itself does not have a css file.

      Someone who can guide me a bit ?

      1 Reply Last reply Reply Quote 0
      • evroom
        evroom last edited by

        Some times Google is your friend:

        custom.css

        .MMM-HTMLBox {
        font-size: 18px;
        line-height: 22px;
        }
        
        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