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

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 Sep 10, 2019, 11:31 AM

    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;
    }
    }

    B 1 Reply Last reply Sep 10, 2019, 4:48 PM Reply Quote 0
    • B Offline
      broberg Project Sponsor @andyyy
      last edited by Sep 10, 2019, 4:48 PM

      @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
      1 / 1
      • First post
        2/2
        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