Give help. Get help.
Hello! I’m trying to make the navigation bar a separate color from the links, but they seem to stay the same color. Please help!
http://cdpn.io/hEdwu
Also could someone explain a:link, a:active, a:visited to me?
Instead of pasting the Tumblr code in (which won’t render very nicely), provide a link directly to your blog.
Oh sorry!
http://flowerboys.tumblr.com/
What color specifically do you want to change? Everything is either white or black, not sure what you’re trying to target.
I want to make certain links different colors from other ones. The navigation would be a different color from the links on the page.
You could do something like:
.navigation a { color: YOURCOLORCHOICE; }
You must be logged in to reply to this topic.