You can add custom CSS to any Beaver Builder layout, per-page or sitewide.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/beaverbuilder/documentation/llms.txt
Use this file to discover all available pages before exploring further.
Per-page or per-post CSS
This procedure applies if you only want your CSS to apply to specific page or post using Beaver Builder. For example, suppose you have a contact form and know that you only want your custom CSS to apply to that form on that single page. To add CSS code that is restricted to a single Beaver Builder page or post:Sitewide CSS
This procedure applies if you want your CSS to apply globally for all pages and posts which are using Beaver Builder. To add CSS code that is applied globally to all Beaver Builder pages or posts:Utility classes
Beaver Builder contains two utility classes that can be helpful when writing custom CSS.fl-builder
The fl-builder class allows your custom CSS to only style pages or posts using Beaver Builder.
fl-builder-edit
The fl-builder-edit class is only available when the Beaver Builder editor is active on your page or post. This is useful if your theme styling is impacting the builder UI styling.
fl-builder-edit with the :not() selector to apply complex styling, such as changing the position of a row, column, or module without affecting the builder’s functionality.