Skip to content
🚀 Rapid Application Development with the App Builder

Dashboard CSS Editor

Allows administrators to style the dashboard with custom CSS.

WP Data Access - Dashboard Builder - Dashboard CSS Editor

The Dashboard CSS Editor allows administrators to add scoped CSS rules to the dashboard container. Unlike the Grid CSS Editor, the Dashboard CSS Editor does not support child element styling.

✨ Example

css
background-color: yellow;

📌 Scoped CSS applies to the current dashboard only. It does not affect other elements in the browser.