[ADVANCED] Disable the automatic style injection for supported themes
If you are using a theme that is pre-integrated (
learn more), the application will automatically attempt to match the styles of your theme, hence preventing some color settings to work. You can instruct the app to not automatically trying to match your theme's style. To do that, in the "theme.liquid" layout file, before the </head> tag, add the following code:
<script> window.AppSectionFeed = { injectThemeStyles: false }; </script>