Read the statement by Michael Teeuw here.
NewsFeed - how to adjust the description text size?
-
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
-
@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 -
@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.
-
@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 -
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