Theme Field Connections
Theme Field Connections
All field connections in this section are only available when LearnDash 3.0 or later is installed and active.
These connections return hex color values (without #) from LearnDash's theme settings. Use them in CSS or inline style attributes to keep your Beaver Builder layouts consistent with your LearnDash color scheme.
Primary Color
Retrieves the primary color from LearnDash's theme settings.
Key: bdash_theme_color_primary | Usage: [wpbb post:bdash_theme_color_primary]
Example: style="color: #[wpbb post:bdash_theme_color_primary]"
Secondary Color
Retrieves the secondary color from LearnDash's theme settings.
Key: bdash_theme_color_secondary | Usage: [wpbb post:bdash_theme_color_secondary]
Tertiary Color
Retrieves the tertiary color from LearnDash's theme settings.
Key: bdash_theme_color_tertiary | Usage: [wpbb post:bdash_theme_color_tertiary]