Astra_BB_Ultimate_Addon::button_border_hover_color()

Button Border Hover Color


Description


Source

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

		public function button_border_hover_color() {

			$link_hover_color       = astra_get_option( 'link-h-color' );
			$btn_bg_hover_color     = astra_get_option( 'button-bg-h-color', $link_hover_color );
			$get_btn_border_h_color = astra_get_option( 'theme-button-border-group-border-h-color', $btn_bg_hover_color );

			return $get_btn_border_h_color;
		}


User Contributed Notes

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