I have created a child theme of twenty ten in which I've overriden some of the css elements (mainly for color changes) and created a links.php page template. All of that works just fine.
But I want to edit the header to make the site title and site description go away because those exact words are in my header photo instead as part of the graphic.
Do I need to copy the entire header.php file and edit it, or is there a way to just override a small portion of it?
And if the answer is to make a copy of the entire header.php...do I need to edit any of the header.php comments at the top?
/**
* The Header for our theme.
*
* Displays all of the <head> section and everything up till <div id="main">
*
* @package WordPress
* @subpackage Twenty_Ten
* @since Twenty Ten 1.0
*/