Dashboard simple text

Hello, i just started using HA and I’m play around with the dashboard, i want to display to analog clocks in order to display different city time.

As you can see in my picture I managed to put in a vertical stack the clock and an input box to display the city name.

but the input text is not correct, because can be modified when i click on top of it.

There is any way to insert simple text title for my clocks?

Here my yaml code:


title: Home
views:
  - path: default_view
    title: Home
    cards:
      - type: horizontal-stack
        cards:
          - type: vertical-stack
            cards:
              - type: entity
                entity: input_text.text2
                icon: mdi:clock-time-eight-outline
                card_mod: null
                style: |
                  ha-card {
                  text-align: center;
                  }
              - type: custom:analog-clock
                hide_SecondHand: true
                diameter: 150
                color_HourHand: '#326ba8'
                color_MinuteHand: '#3273a8'
                color_DigitalTime: '#CCCCCC'
                color_FaceDigits: '#a83832'
                color_Ticks: Silver
                themes: null
          - type: vertical-stack
            cards:
              - type: entity
                entity: input_text.text2
                icon: mdi:clock-time-eight-outline
                card_mod: null
                style: |
                  ha-card {
                  text-align: center;
                  }
              - type: custom:analog-clock
                hide_SecondHand: true
                diameter: 150
                color_HourHand: '#326ba8'
                color_MinuteHand: '#3273a8'
                color_DigitalTime: '#CCCCCC'
                color_FaceDigits: '#a83832'
                color_Ticks: Silver
                themes: null