After updating to Dawn Theme version 12, a persistent spinning circle loader appears in the top-right corner of all collection pages, suggesting the page is continuously loading images.
Issue Details:
Only affects collection pages, not other pages
Appears to be a theme or app conflict
Solution Provided:
Two CSS fixes were suggested to hide the spinner:
Add .loading-overlay__spinner { display: none !important; } to the theme’s CSS file
Alternative: Add .product-count-vertical { display: none; } to the bottom of the style.css file
Resolution:
The original poster confirmed the fix worked. For Dawn version 12, the CSS should be added to base.css (note: there is no style.css file in this version).
Summarized with AI on November 14.
AI used: claude-sonnet-4-5-20250929.
i updated my dawn theme to to version 12 , and with this update when i got the collection page , dose not matter which collection page, i see on the top right page a spinning circle as if trying to lowed more images
its only happen on the collection pages , no other pages, if anyone can direct me to where i can fix this