I am trying to change the text color of the tagline. I changed text in the .body section but it changed the color of the post text as well. How do I isolate the text in the tagline and change it to white?
Thanks!
I am trying to change the text color of the tagline. I changed text in the .body section but it changed the color of the post text as well. How do I isolate the text in the tagline and change it to white?
Thanks!
Try using Firefox with the Firebug add-on for this kind of work.
#header .description { color: #hexcolor; }
? you mean the one in the header right?
Frumph, You got it! Thank you so much. I couldn't isolate it prior.
You must log in to post.