Orderain
Builder Settings

CSS Update

Add a custom class or CSS to a block, then recompile Tailwind so the style shows up on your live store.

When you add a new Tailwind class or custom CSS to a block, the style won't appear on your live store until Tailwind is recompiled for that page. The CSS Update tab in the Builder's Settings panel does exactly that: it recompiles Tailwind plus your custom CSS for the current page.

When you need CSS Update

Run CSS Update whenever you add a class or style that wasn't already used on the page, for example:

  • Adding a Tailwind utility class such as text-3xl or uppercase to an element.
  • Writing custom CSS inside a block's <style> tag.

Tailwind only ships the classes it can see. A brand-new class needs a recompile before it takes effect on your site.

The workflow

Follow these steps in order.

Add your class in the block editor

Select the element you want to change and open the Edit Custom AI Block editor (the </> icon in the element toolbar). Add your new class to the element, for example add text-3xl to a button or uppercase to a heading, then click Apply Changes. Your edit is now reflected in the Builder preview so you can see how it looks.

Save (keep it in the Builder)

Click the Save button (top right) to keep your change in the Builder. Your edit is stored, but it is not on your live site yet.

Run CSS Update

Open Settings → CSS Update and click Update current page CSS. This recompiles Tailwind and your custom CSS for the current page so your new class is compiled correctly.

Publish (send it to your live site)

Click the Publish button (top right) to push your changes to your live website. Only after you publish will the change reflect on your live site.

Save, CSS Update, and Publish are separate steps.Save keeps your change in the Builder. CSS Update recompiles Tailwind so a brand-new class is built. Publish is what actually pushes the change to your live site. Remember: if you run CSS Update, you still need to Publish for it to reflect on your site.
If a class you added works in the Builder but has no effect on your live site, it almost always means you skipped CSS Update, Publish, or both. Run CSS Update for that page, then Publish, and the style will appear.
CSS Update recompiles the current page only. If you added the same new class on several pages, run CSS Update on each of those pages before publishing.
Copyright © 2026