a, #access .current_page_ancestor > a, #access .current_page_item > a, #access .current_page_parent > a, #access .current-menu-ancestor > a, #access .current-menu-item > a, #access .current-menu-parent > a, .widget-area a:hover, #author-info-title', 'color', '#000' ), array( '#access ul ul :hover > a, #access ul ul a', 'color', '#fff' ), array( '.featured-post .entry-date, .featured-post .entry-date a, .feature-slider .entry-date, .feature-slider .entry-date a', 'color', 'bg' ), array( '#wp-calendar #prev a, #wp-calendar #next a', 'color', '#333' ), array( '#wp-calendar #today', 'background-color', '#000' ) ), __( 'Accent Color' ) ); add_color_rule( 'link', '#3c96df', array( array( 'a', 'color', '#fff' ), array( '#access a, .widget-title, .widget-title a, #footer-widget-area .widget-title, #wp-calendar th, #footer-widget-area .widget-title a, .widget_twitter .timesince', 'color', '#000' ) ), __( 'Links' ) ); add_color_rule( 'extra', '#222', array( array( '.entry-title, .entry-title a, .latest-post-title, .latest-post-title a, .archive-post-title, .archive-post-title a, .featured-entry-title, .featured-entry-title a', 'color', 'bg' ) )); add_color_rule( 'extra', '#000', array( array( '#nav-below a', 'color', 'bg' ), array( '.featured-posts div.featured-post-content', 'color', '#fff' ), ) ); add_color_rule( 'extra', '#ddd', array( array( '#site-generator', 'color', 'bg', 4 ), array( '#site-generator a', 'color', 'bg', 5.5 ) ) ); add_theme_support( 'custom_colors_extra_css', 'selecta_extra_css' ); function selecta_extra_css() { ?> .entry-wrapper, #comments .pingback .comment-body, #comments .comment .comment-body, .latest-post .latest-post-wrapper, .archive-post .archive-post-wrapper { color: #000; } a.comment-reply-link { color: #fff; }