This worked, but it didnt change the actually signed in page, what be some code to change this as well?
Topic summary
A user seeks to change the account page background color to #D9D9D9 in the Dawn theme for their Shopify store (desire-online.net).
Initial Solution Provided:
- Add CSS code to theme.liquid file above the
</body>tag - This successfully changed some account pages but not the signed-in account page
Outstanding Issues:
- The logged-in account page background remains unchanged
- The “Create an account” page also needs the color update
Alternative Approach Suggested:
- Add CSS targeting a specific section ID to the base.css file in the Assets folder
- Code targets:
#shopify-section-template--[ID]__mainwithbackground: #D9D9D9 !important;
The discussion remains open as the user is still working to apply the background color consistently across all account-related pages.
