How to change store logo automatically in Dawn theme?

Topic summary

Automatic store logo rotation in Shopify’s Dawn theme, either on page refresh or at set time intervals.

  • Original request: change the store logo automatically without manual edits; prefer on refresh or periodically.
  • Follow-up: requester needs concrete guidance—what code to use, where to place it, and where to store multiple logos.
  • Proposed approach: feasible via JavaScript plus Liquid (Shopify’s templating language).
  • Key steps suggested: (1) host multiple logo files in Shopify Files or externally, (2) use JavaScript to randomly pick a logo on page load or at defined intervals, (3) modify theme Liquid to include the script and target the logo element.
  • Requirements: custom coding and familiarity with JavaScript and Liquid; no copy-paste code provided yet.
  • Current status: unresolved; actionable next step is supplying sample code and exact file placement instructions.
  • Note: Code snippets and file-path details are central but not included.
Summarized with AI on January 10. AI used: gpt-5.

I don’t know enough to make this happen. I can add code to my theme but
would need to know what code, where to put it, and where to store the
different logos.

Can you help with this?