How to manage CSS with WPBakery Page Builder?

⌘K
  1. Home
  2. Docs
  3. WPBakery Page Builder &#8...
  4. How to manage CSS with WPBakery Page Builder?

How to manage CSS with WPBakery Page Builder?

WPBakery Page Builder offers several ways for users to interact with CSS:

First: You can access WP Dashboard -> WPBakery Page Builder -> Design Options tab where you change default color and margin/padding settings for content elements.

Second: Under WP Dashboard -> WPBakery Page Builder -> Custom CSS tab you can add your own custom CSS style rules.

Third: You can add custom CSS rules for exact Page or Post. In the Page or Post edit window you will see CSS button on the right top side above WPBakery Page Builder window, click it to open form where you can place custom CSS rules for this particular page or post.

Fourth: If you wish to style particular content element differently, then you can add class name for the exact element on your Page or Post by entering it in the “Extra CSS Class name” in the edit window of your element. Important: you can not add CSS code within “Extra CSS class name” field directly – this field is for class name only. CSS code should be stored in the proper place (your theme css files, custom css field in VC settings page, etc.)

Fifth: To override class names that are applied to WPBakery Page Builder content elements you should use WordPress add_filter(“vc_shortcodes_css_class”).

Was this article helpful to you? No 1 Yes 1