@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!