A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-Flights
-
@sdetweil thanks for the quick reply and the pointer to finding the element. I’m not in web stuff, so it’s a bit more of a mystery to me than I wish it were. Anyway, I found it, and the following custom.css entry works to remove the header:
.MMM-Flights .module-header { border-bottom: 0px; /* removes line */ font-size: 0px; /* removes 'Flights' and logo (?) */ }
Not sure if that’s an elegant way, but it works :) . I’m not clear on why the 0 font size removes the logo, but it does.
Thanks again!
-
@stashu all good… sorry for the firehose treatment… lol
anyhow to hide an element is actually easier
selector { display:none; }
-
@stashu said in MMM-Flights:
if there is a way I can hide the horizontal line which is under the ‘Flights’ label.
I updated the module, if you now set
title
andlogoTitle
to empty strings no header and no line is diplayed anymore.