Suppress More Info button on Thermostat Card

Hi,

I have an Airbnb unit and designed a lovelace dashboard for the unit to control some entities. I have that working with the Kiosk Mode (https://github.com/maykar/kiosk-mode) and fully kiosk on a tablet.

How can I suppress that more info button on the Thermostat Card?

Thanks in advance.

I’ve removed similar things on some of my cards with card_mod.

1 Like

Thanks!

Got it done:

card_mod:
  style: |
    .more-info {
        width:0;
    }
    }