Astra_Dynamic_CSS::elementor_heading_margin_style_comp()

Astra update default font size and font weight.


Description


Return

(boolean)


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'] );
		}

Changelog

Changelog
Version Description
4.6.5 Introduced.


User Contributed Notes

You must log in before being able to contribute a note or feedback.