Storefront & Builder

Front-end Overrides (Customizations)

Sometimes a theme gets you 90% of the way there, but you need a specific CSS tweak or custom script (like Google Analytics tracking) to finish the job. The Customizations controller handles these advanced overrides.

Custom CSS

  1. Navigate to Website > Customizations.
  2. Open the CSS tab.
  3. Write your custom rules. These rules are compiled and injected at the very end of your website's stylesheet, ensuring they overwrite any default theme behaviors safely.

Custom Scripts (JavaScript)

  1. In the Customizations panel, switch to the Scripts tab.
  2. You will see two sections: <head> scripts and <body> scripts.
  3. Paste your Meta Pixel, Google Analytics (gtag.js), or custom chat widgets (like Intercom or Crisp) here.

Warning

Improperly formatted JavaScript can break your website's front-end functionality. Always test your scripts on a single page before applying them globally, and ensure you use valid syntax.