Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.
Opps, didn’t think of that!! 🙂
Do not edit the Twenty Eleven theme. It is the default WordPress 3.2 theme and having access to an unedited version of the theme is vital when dealing with a range of site issues. Create a child theme for your changes. Once your child theme is active, we should be able to help with the customisation.
OK, I made a child theme!!:-) What now?
Place a copy of header.php in your child theme, edit the file and try replacing http://pastebin.com/JREk5SwU with http://pastebin.com/aqjYzmBM
I used this style.css: /*
Theme Name: Twentyeleven Child
Description: Child theme for the twentyeleven theme
Author: Your name here
Template: twentyeleven
*/
@import url(“../twentyeleven/style.css”);
#site-title a {
color: #009900;
}
But I get the message “The following themes are installed but incomplete. Themes must have a stylesheet and a template”
Got it working!!! Now what? 🙂
Place a copy of header.php in your child theme, edit the file and try replacing http://pastebin.com/JREk5SwU with http://pastebin.com/aqjYzmBM
Can’t find that code in the functions.php file I give up – it’s just to much hassle!!
and now I changed out the code succesfully but it didn’t remove the Header from the other pages. So yes I give up!!
Seriously – no one who wrote this code, for example, is available to help out? Must be some very small change in the Header code to disable it on all other pages besides the Home page? I can’t spend DAYS and 27 positngs and etc etc trying to accomplish this.