Okay, I’ve been banging my head off the wall with this one for a while. I’m working on a dashboard that sort of mimics DakBoard, with a clock, weather and such overlayed on an image that keeps repeating. I’ve got the repeating image loaded in an input_text, changed every 10 minutes, and I’ve got the clock and weather widgets positioned using card-layout and the grid feature. But what I can’t seem to figure out is how to get the image into the background, because even with card-mod, custom CSS doesn’t seem to apply to the grid feature. Is there a card that’s literally a list of cards and that’s it, that can have CSS applied to it? Or am I going to be forced to absolute position one of the picture elements under the cards, even though that’ll break the page flow? I really wish I could just go to down with HTML and CSS and lay out the page that way…