A user encountered an issue where a custom background image was incorrectly attached to their product grid/featured collection, causing it to scroll with the content instead of remaining fixed.
Problem: The background image code using .gradient selector was applying to multiple page elements, making each element start the background from its own top position.
Solution provided:
Move the background image from .gradient to the body element
Set .gradient elements to transparent background
Use background-attachment: fixed on the body
Status: The initial issue was resolved successfully. A follow-up question emerged about popup elements now having unwanted transparent backgrounds, which remains unanswered.
Summarized with AI on October 29.
AI used: claude-sonnet-4-5-20250929.
Hello, for some reason the code that i used to get a custom image background is attactched to my featured collection, when you scroll you can see what i mean. How can i fix that so my background is just in the back and still at all times!