pixelgrade / customify

Intuitive Website Styling integrated into WordPress' Customizer
GNU General Public License v2.0
28 stars 5 forks source link

Sections / Sub-Sections Stylings #40

Closed georgeolaru closed 7 years ago

georgeolaru commented 8 years ago

Visual clues for better options organizations: image

Sections field markup: 'html' => '<span class="separator section">&#x1f4dd; ' . esc_html__( 'Section', 'txt' ) . '</span>',

Sub sections markup: 'html' => '<span class="separator sub-section">&#x1f4dd; ' . esc_html__( 'Sub section', 'txt' ) . '</span>',