Astra_Dynamic_CSS::elementor_heading_margin_style_comp()
Astra update default font size and font weight.
Description
Return
(bool)
Source
File: inc/class-astra-dynamic-css.php
public static function elementor_heading_margin_style_comp() {
$astra_settings = get_option( ASTRA_THEME_SETTINGS, array() );
$astra_settings['elementor-headings-style'] = isset( $astra_settings['elementor-headings-style'] ) ? false : true;
return apply_filters( 'elementor_heading_margin', $astra_settings['elementor-headings-style'] );
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 4.6.5 | Introduced. |