a, .main-navigation ul ul :hover > a, .main-navigation ul ul a:hover', 'color', 'link', 16 ), array( 'button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover', 'color', 'link', 16 ), ) ); /* * Extra CSS */ add_theme_support( 'custom_colors_extra_css', 'sight_extra_css' ); function sight_extra_css() { ?> body { background-repeat: repeat !important; } .header-search input { background: rgba( 0, 0, 0, 0.3 ); color: rgba( 255, 255, 255, 0.8 ); } @media only screen and (max-width: 640px) { #featured-content .featured-post-content .entry-summary, #featured-content .featured-post-content .entry-title a { color: #eee !important; } }