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 - how to adjust the description text size?

    Scheduled Pinned Locked Moved Solved Troubleshooting
    4 Posts 3 Posters 133 Views 3 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.
    • T Offline
      thartley
      last edited by

      Hello,

      I would like to increase the text size for the Description text in the default NewsFeed module. I have checked the newsfeed.css file but there doesn’t seem to be a section for the Description text that I can add to my custom.css file to modify.

      Regards,

      Tom

      R 1 Reply Last reply Reply Quote 0
      • R Offline
        rkorell Module Developer @thartley
        last edited by rkorell

        @thartley
        The text size of the newsfeed description is controlled via the global CSS class .small which the template assigns to the element.
        Defined in ~/MagicMirror/css/main.css:

        .small { font-size: var(--font-size-small); }
        

        If I see it right::

        • default/newsfeed/newsfeed.css does not contain a font-size for the description — only list and layout rules.
        • The description-specific class .newsfeed-desc does exist, but it does not set a font size.

        If you want to change the description size independently of other .small elements , the cleanest approach would be an override in css/custom.css:

        .newsfeed  .newsfeed-desc { font-size: your_desired_font_size_as_number)
        

        (do not alter the global .small).

        HTH.
        Warm regards,
        Ralf

        T 1 Reply Last reply Reply Quote 1
        • T Offline
          thartley @rkorell
          last edited by

          @rkorell - Your suggestion took care of the text size. My desired size was 35 in pixels, so ‘35px’.

          This post can be marked as Solved.

          Thank you.

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

            @thartley you can mark it solved

            find the post that best describes the fix,
            click the 3 dot bottom right, click mark this post as the correct answer

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • T thartley has marked this topic as solved

            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

            With your input, this post could be even better 💗

            Register Login
            • 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