a', 'color', 'bg' ), array( '.main-navigation ul ul li:hover > a', 'color', '#ffffff' ), ) ); /* Adding extra CSS to invert the "goop" area so we can add custom colors behind it. */ add_theme_support( 'custom_colors_extra_css', 'themename_extra_css' ); function themename_extra_css() { ?> .goop { background-color: #a5cb55; background-image: url(/images/goop-inverse.png); } @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 32), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) { .goop { background-image: url(/images/goop-inverse-2x.png); background-size: auto 117px; } }