Make String Variable Read Only on Dashboard Tile

Try

#tile-0 {
   pointer-events: none;
}

On your dashboard click the cog --> Advanced --> CSS
Don't forget to change the tile number to yours

8 Likes