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.

    Newsfeed custom.css

    Scheduled Pinned Locked Moved Solved Custom CSS
    2 Posts 2 Posters 1.3k 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.
    • A Offline
      andyyy
      last edited by

      Hi,

      I am trying to change the font size of the newsfeed. That is my custom.css, the font size is still the same. Any ideas?

      body {
      .newsfeed .medium
      {
      font-size: 15px;
      line-height: 20px;
      }
      }

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

        @andyyy said in Newsfeed custom.css:

        Hi,

        I am trying to change the font size of the newsfeed. That is my custom.css, the font size is still the same. Any ideas?

        body {
        .newsfeed .medium
        {
        font-size: 15px;
        line-height: 20px;
        }
        }

        You don’t put the .newsfeed inside the body{}

        this should work better :

        .newsfeed .medium {font-size: 15px; line-height: 20px; }
        
        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