[ADVANCED] Disable the automatic style injection for supported themes

Those instructions are targeted to advanced users who have knowledge of JavaScript, HTML and CSS.
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>
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.