a, #branding #mainnav ul ul :hover > a', 'background-color' ), array( '#branding #mainnav ul ul a', 'background-color', '+1.5'), array( '#content .sticky', 'background-color' ), array( '.page-link', 'background-color' ), array( '#flickr_badge_wrapper', 'background-color', '+1' ), array( '#content .post .author-info', 'background-color' ), array( '#content #comments #respond', 'background-color' ), array( '.searchform .search-input', 'background-color' ), array( '.searchsubmit, .searchsubmit:hover', 'color' ), ) ); add_color_rule( 'link', '#009BC2', array( array( 'a', 'color', 'bg', 2 ), array( '#content .single-entry-header h1.entry-title', 'color', 'bg', 2 ), array( '#content .entry-link a', 'color', 'bg', 2 ), array( '#content .page-entry-header h1.entry-title', 'color', 'bg', 2 ), array( 'input#submit:hover', 'background-color', 'bg', 2 ), array( '.searchsubmit:hover, #branding #mainnav .menu-toggle', 'background-color', 'bg', 2 ), ), __( 'Site Title, Post Titles, Links' ) ); add_color_rule( 'txt', '#777777', array( array( 'body', 'color', 'bg', 2 ), array( 'a:hover' ), array( '#site-title h2', 'color', 'bg', 2 ), array( '#wrap', 'border-top-color', '+.25' ), array( '#wrap, #branding #mainnav.toggled .nav-menu', 'border-bottom-color', '+.25' ), array( '#content .post, #content .page', 'border-bottom-color', '+.25' ), array( '.site-content .post p.wp-caption-text', 'color' ), array( '.page-link', 'border-top-color', '+.25' ), array( '#content .sticky', 'border-top-color', '+.25' ), array( '#content .post .author-info', 'border-top-color', '+.25' ), array( 'aside.widget', 'border-bottom-color', '+.25' ), array( '#secondary', 'border-top-color', '+.25' ), array( '.widget h3.widget-title, .widget_get_recent_comments h1.widget-title', 'color' ), array( '#content #comments ol li.depth-1', 'border-bottom-color', '+.25' ), array( '#content #comments ol li.depth-2, #content #comments ol li.depth-3, #content #comments ol li.depth-4, #content #comments ol li.depth-5', 'border-top-color', '+.25' ), array( '.searchform .search-input', 'border-color' ), array( '.searchsubmit, #branding #mainnav .menu-toggle:hover, #branding #mainnav .menu-toggle:focus, #branding #mainnav .menu-toggle:active', 'background-color' ), ), __( 'Text Color, Site Description, Widget Titles' ) ); add_theme_support( 'custom_colors_extra_css', 'yoko_extra_css' ); function yoko_extra_css() { ?> @media screen and (max-width:620px) { #branding #mainnav li:hover > a, #branding #mainnav ul ul :hover > a, #branding #mainnav ul ul a { background: transparent !important; } }