DIVI 5 MODULE DEMO
Heading Module
The Heading module renders a semantic HTML heading tag (h1–h6) with full typography control. Font family, size, weight, color, and alignment are all stored under title.decoration.font.font.desktop.value.
Live Example
Heading Level 1 (h1)
Heading Level 2 (h2)
Heading Level 3 (h3)
Heading Level 4 (h4)
Centered Heading
Heading Block Schema
wp:divi/heading {n "title": {n "innerContent": { "desktop": { "value": "Your Heading Text" } },n "decoration": {n "font": { "font": { "desktop": { "value": {n "headingLevel": "h2",n "color": "#1a1a2e",n "size": "32px",n "weight": "700",n "textAlign": "center"n }}}}n }n }n}
