Can you add a live clock feature in the Dawn theme?

Is it possible to get a live clock that features the date and time on the Dawn theme? If so what is the step by step process? Something similar to the website https://deranged-shop.com/

They use a different theme, so I want to see if it’s still available for Dawn.

Hello @soldoutnes ,

Yes, this is possible. You can try to follow these steps:

  • Go to Online Store → Themes → Actions → Edit code

  • Go to Layout → theme.liquid file → add the following code where you want it to appear (example: )

  • Save and preview

Hope this can help you out, Let us know if you need any further support.

Ali Reviews team.

Hi @soldoutnes , you can that by adding those code below to your footer.liquid file in store admin > Sale channels > Online store > Themes > Edit code > Sections > footer.liquid


And add this code below tag


This is result

2 Likes

So it is slightly off-centered. It is more to the left. Is it possible to center it?

Could you provide me your store URL?

I was able to find it out quite easily, my apologies. All I needed to do was add tags. Thank you

1 Like

Awesome.!

can I add this into announcement bar?

Hi @shawnche7

You can try to add code this code to your announcement-bar.liquid file in Online store > Themes > Edit code

I tried but the positioning is weird, I want it to replace “Welcome to our store”

This is great! Has helped me out but I was wondering if you could assist in telling me how I get it onto my password page close to my main image and also above my homepage buttons ?

Where did you enter this part of the code