Templates
Custom CSS overrides (Pro)
An escape hatch for when you need pixel-perfect control.
Custom CSS is a Pro and Elite feature. On Free, you have the full editor and template gallery; on Pro, you also get a <style> block injected into your public page where you can override anything.
Open the Advanced tab in the page editor. The textarea takes up to 8KB of valid CSS, validated server-side with PostCSS before save. We scope nothing for you — body, :root, .qubed-card, and every other selector is fair game. With great power, etc.
We expose stable class hooks on every template: .qubed-card, .qubed-headline, .qubed-cta, .qubed-counter, .qubed-form. These are guaranteed not to change between minor releases, so any selectors you ship will keep working after our updates.
Custom CSS is not sandboxed from the rest of the page, so a * { display: none } will absolutely break your site. Use the editor's live preview before publishing, and roll back from the page settings if something breaks in production.