Astra_BB_Ultimate_Addon::button_border_color()

Button Border Color


Description


Source

File: inc/compatibility/class-astra-bb-ultimate-addon.php

		public function button_border_color() {

			$theme_color          = astra_get_option( 'theme-color' );
			$btn_bg_color         = astra_get_option( 'button-bg-color', $theme_color );
			$get_btn_border_color = astra_get_option( 'theme-button-border-group-border-color', $btn_bg_color );

			return $get_btn_border_color;
		}


User Contributed Notes

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