I do not have a theme.scss file unde Assets
Topic summary
A user seeks to change the background colors of the cart page and footer on their Shopify store.
Solutions Provided:
Two responders offer CSS code snippets to be added to theme files:
- Option 1: Add code to
theme.scssfile targetingbody.template-cartand#shopify-section-custom-footerwith specific hex color values - Option 2: Add code to
custom.scssfile with similar targeting, noting that color values (like#fff) can be customized to match the theme
Both solutions follow similar steps: Navigate to Online Store → Theme → Edit code, locate the appropriate CSS file, paste the code, and save.
Ongoing Issues:
Multiple users report implementation problems:
- One states the solution doesn’t work for them
- Another cannot locate the
.scssfile under Assets - A third user asks if anyone found a workaround
The discussion remains unresolved with no confirmed working solution for all participants.
1 Like