Where can I set this timer up (in the code)

Hi, I need a timer in my store, therefore I have taken from the internet a code. Only unfortunately this code is not in the middle or top but at the bottom, under the footer. can someone help me to have the timer on top or in the middle?

{% if end_date != blank %}

  {% if title != blank %}
  	#### {{ title }}
  {% endif %}
  
    

      00
      Days
    

    
      00
      Hours
    

    
      00
      Minutes
    

    
      00
      Seconds
    

  

{% endif %}

Hello there

is this saved as a section or snippet?

1 Like