Navigation

    MagicMirror Forum

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

    SOLVED Newsfeed custom.css

    Custom CSS
    2
    2
    719
    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
      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;
      }
      }

      broberg 1 Reply Last reply Reply Quote 0
      • broberg
        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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy