Date on top of logo

How do I show the current date and time on top of the logo in the header?

Hello @rastrodelabualo ,

Use this code just above the logo or in the place where you need it.


  {{ 'now' | date: "%A, %B %d, %Y" }}

Regards
Guleria

Thanks, but I can`t get it to be on top of my logo

Please share store URL so we can check where you use it.

https://zd1qqq-qf.myshopify.com/

You are close please add it next to this html

// above code here

Regards
Guleria

I didn’t work, the date is hidden now

I can’t find the code in source code

Should it be there?

No this block works when logo position will not be center,

Go to line no. 179 there you will find same html again

just next to it add the code.

Regards
Guleria

That works! Thanks!

Is it possible to do it with the current time as well?

Yes but that needs customization.

Liquid doesn’t have the ability to fetch or display the real-time dynamically

Regard
Guleria

Ok, thanks