Is there a way to do custom styling on one specific tile?
For example, I have one tile where I want to remove the “state” text at the bottom. It says “On” or “Off” but that’s not how I’m using it - it’s a virtual switch that’s indicating whether the vacuum bin is full or empty.
I was able to use .tile .tile-footer { display: none } to remove the footers from ALL tiles, but I just want to remove it from this one.
That did it, thank you! Your “the hyphen before theme should be 2 hyphens” comment confused me (because it is 2 hyphens in your example), but then I realized you probably went back and fixed it after posting.
Anyway, for future readers, here is what the actual code looks like, using Terri’s suggestion: