diff --git a/inc/css-generator.php b/inc/css-generator.php index 82354619..450469b7 100644 --- a/inc/css-generator.php +++ b/inc/css-generator.php @@ -161,6 +161,7 @@ function hovercraft_generate_css(){ $footer_callout_background_color = get_theme_mod( 'hovercraft_footer_callout_background_color', '#283593' ); $footer_callout_border_color = get_theme_mod( 'hovercraft_footer_callout_border_color', '#283593' ); $footer_callout_text_color = get_theme_mod( 'hovercraft_footer_callout_text_color', '#ffffff' ); + $footer_callout_link_color = get_theme_mod( 'hovercraft_footer_callout_link_color', '#ffffff' ); $sidebar_callout_background_color = get_theme_mod( 'hovercraft_sidebar_callout_background_color', '#283593' ); $sidebar_callout_border_color = get_theme_mod( 'hovercraft_sidebar_callout_border_color', '#283593' ); $sidebar_callout_text_color = get_theme_mod( 'hovercraft_sidebar_callout_text_color', '#ffffff' );