Dawn Theme Version 12, in collection page showing spinner circle

Topic summary

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:

  1. Add .loading-overlay__spinner { display: none !important; } to the theme’s CSS file
  2. 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

you can see it here https://nyck.com/collections/new-arrivals?filter.v.availability=1

Thank You

Hi @NYCK add the below code to your theme’s CSS file.

.loading-overlay__spinner {
    display: none !important;
}

Hello @NYCK :waving_hand:

Looks like an error from the theme or an app. You can hide it by adding this code at the bottom of style.css file

.product-count-vertical {
    display: none;
}

Thank You , that worked :+1: , just to confirm for others you need to paste to the base.css

there is no style.css in down ver 12