A user working with the Craft theme is unable to change the color scheme for the PAGES section to style #6, specifically the page load background color.
Solutions Provided:
Two community members offered CSS-based solutions:
Initial fix: Add custom CSS code to theme.liquid file before the </body> tag to modify the page background color
Follow-up adjustment: When the user noticed color differences between the header and body background, an additional CSS snippet was provided to target main#MainContent with background color #FAF8F4
Implementation steps:
Navigate to Online Store → Edit Code
Locate the theme.liquid file
Insert the provided CSS code at specified locations
Save changes
Both responders included screenshots demonstrating the expected results. The discussion appears resolved with working code solutions, though the user has not yet confirmed final implementation.
Summarized with AI on November 6.
AI used: claude-sonnet-4-5-20250929.
I would like to change the color scheme of the PAGES section. But even though I change it, the desired changes are not generated (which is scheme style number 6). Currently, I am using the Craft theme and unable to find an option to change page load color. Screenshot is attached for the reference. Thanks.