<!--#headerimg h1 a, #headerimg h1 a:visited, #headerimg .description { color: ; }
#headerimg { display: none }
--></style>
It is causing a CSS error when validating because color has no value. I turned all plugins and it still shows up. It is not in my header.php file.
Not a biggie but I like to validate.
Regards,
Keith
Have you tried the Default Theme to rule something strange in your theme?
Obviously from Custom Header. Try look in theme's functions.php.
My theme is basically just a renamed Kubrick.
Yep, it is coming from functions.php. Now to figure out why.
BTW, was this a double post? Didn't mean to do that if so.
it's because u use custom header. No?
Just find and comment this line in functions.php:
// add_action('wp_head', 'kubrick_head');