I am using refresh theme, when I change the cart page color scheme and click save it updates where I can customize the theme. but when I open the site the color does not update it shows a different color scheme.
Topic summary
A user encountered an issue with the Refresh theme where cart page color scheme changes made through Shopify’s customization interface weren’t appearing on the live site, despite saving successfully in the editor.
Attempted Solutions:
- Manual code editing (resulted in save errors)
- Using Shopify’s built-in scheme editor (changes didn’t persist)
- Following suggested troubleshooting instructions (unsuccessful)
Resolution:
The user independently identified the root cause: a currency customization had created a settings file that wasn’t updating with scheme changes. The fix involved manually editing the code to change "color_scheme": "scheme-2" by replacing the number “2” with the desired scheme number.
Status: Resolved without external assistance.
I tried once to edit the code manually, I have a little knowledge about coding, but when I clicked save it gave me an error and I couldn’t save the changes. any changes I made to the scheme were by using shopify scheme edit button.
I have followed your instructions still it didn’t fix the problem
Yes exactly this is my problem
I will be more than happy if anyone can help me fix the problem.
Thanks For everyone who tried to help, I have figured the solution by myself.
The problem was because I edited the currency there was a file in the settings that wasn’t updating when I update the scheme color.
The fix was by editing the code instead of “color_scheme”: “scheme-2” I replaced the 2 with the number of the scheme that I want.