a { color: '. get_theme_mod( 'header_link_hover', $header_link_hover ) .'; } .site-footer { background:'. get_theme_mod('footer_background_color', $footer_background_color) .'; color:'. get_theme_mod('footer_text_color', $footer_text_color) .'; border-top:1px solid '. igthemes_color_brightness(get_theme_mod('header_background_color', $header_background_color ),-15) .'; } .site-footer .site-info { background:'. igthemes_color_brightness(get_theme_mod('footer_background_color', $footer_background_color), -5) .'; } .site-footer a { color:'. get_theme_mod('footer_link_normal', $footer_link_normal) .'; } .site-footer a:hover, .site-footer a:focus { color:'. get_theme_mod('footer_link_hover', $footer_link_hover) .'; } .site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 { color:'. get_theme_mod('footer_headings_color', $footer_headings_color) .'; } .site-content { color: '. get_theme_mod('body_text_color', $body_text_color) .'; } .site-content a { color: '. get_theme_mod('body_link_normal', $body_link_normal) .'; } .site-content a:hover, .site-content a:focus, .archive .entry-title a:hover { color: '. get_theme_mod('body_link_hover', $body_link_hover) .'; } .site-content h1, .site-content h2, .site-content h3, .site-content h4, .site-content h5, .site-content h6, .archive .entry-title a { color: '. get_theme_mod('body_headings_color', $body_headings_color) .'; } .site .button, .site input[type="button"], .site input[type="reset"], .site input[type="submit"] { border-color: '. get_theme_mod('button_background_normal', $button_background_normal) .'!important; background-color: '. get_theme_mod('button_background_normal', $button_background_normal) .'!important; color: '. get_theme_mod('button_text_normal', $button_text_normal) .'!important; } .site .button:hover, .site input[type="button"]:hover, .site input[type="reset"]:hover, .site input[type="submit"]:hover, .site input[type="button"]:focus, .site input[type="reset"]:focus, .site input[type="submit"]:focus { border-color: '. get_theme_mod('button_background_hover', $button_background_hover) .'!important; background-color: '. get_theme_mod('button_background_hover', $button_background_hover) .'!important; color: '. get_theme_mod('button_text_hover', $button_text_hover) .'!important; } .posted-on:before, .byline:before, .cat-links:before , .tags-links:before, .comments-link:before, .format-quote .entry-title:before, .format-video .entry-title:before, .format-image .entry-title:before, .format-link .entry-title:before, .format-gallery .entry-title:before, .format-audio .entry-title:before, .format-status .entry-title:before, .format-chat .entry-title:before, .sticky .entry-title:before { color: '. get_theme_mod('body_link_hover', $body_link_hover) .'; } '; wp_add_inline_style( 'custom-style', $style ); }