Add/Remove Typography Options
add_filter( 'wpex_typography_settings', function( $settings ) { // Remove logo typography (not needed if using an image) unset( $settings['logo'] ); // Add new typography settings for your custom element with a class of .my-element $settings['my_element'] = array( 'label' => __( 'My…