Changing Blog Title and Description Text Color
-
Hello. I have started to use this theme for our blog and like the simplicity and cleaness of it. The slider is a nice touch to the blog too!
My question is how to change the text color of the Blog Title and Description. Depending on the header image, I will need to change the text color to stand out from the image.
Initially I believe I was able to use the Header Text color option under in the Header menu under the WP Appearance option block. However, I am now using the child theme feature in WP 3.1 and cannot figure out how to change text color. I have tried, for example, including the following code into the child-theme style.css, which just adds the “color: #385B6B;” line:
#header h1 {
font: bold 28px "Trebuchet MS";
position: relative;
left: 38px;
top: 80px;
width: 852px;
color: #385B6B;
}This did not do anything (and yet if I change the “left: 38px” to 380px, the title moves).
Any help would be greatly appreciated.
Thank you.
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.