mbryant
Forum Replies Created
-
Ok, I’ve reloaded my own header image, which looks fine. But I still cannot figure out how to change the color of the black navigation bar that runs across under the header. Here is my site at the moment:
http://www.mbryantstudio.com/And here is everything that I have added so far to the top of the child theme:
/*
Theme Name: Twenty Eleven Child Theme
Author: Me
Template: twentyeleven
*/@import url(“../twentyeleven/style.css”);
#access {
background: red;
}And a new funky thing….normally just to the upper right of the entry there is a quote bubble that highlights when you roll over it to add a comment…for some reason it has turned into a square!
I have reviewed the child theme link, and input both the code above, and activated the child theme in my dashboard. The header image changed to one of the stock header images, where I had previously loaded my own custom image for the header. That’s not what I wanted to changed…What I am trying to change is the color of the black nav bar that runs across the bottom of the header image…where the Home and Search features are located. Any ideas?
Thanks again…
I put the code above into the style.css file in my twentyeleven-child directory. But, when I view the edit function of my twentyeleven theme, I see that it is still referencing the parent style.css file. How can I get it to recognize or use the child style.css instead?
Thanks!
-Matt