Can I hide On/Off in bottom right of tile?

Yup. Can be done using CSS. There is a full CSS wiki about various things you can do below but I think the code you want is

.tile .tile-footer { display:none; }