Need help on changing specific text color on blog
-
The question I’m asking about is for this blog:
http://blog.amplify-interactive.com/
Now, if you look at the top right of the page you’ll see that there are a couple of links to other pages in white. The thing is – I don’t know how to change the color of this text. I’d prefer the text to be a dark grey or black or something but I don’t know how to specifically change the color.
Any help would truly be appreciated. Thanks
-
Here’s the code in question for thos links:
ul.primary-links { float: right; margin: 0; padding: 0; position: relative; z-index: 4; } ul.primary-links li { background: none; float: left; margin: 0; padding: 0; } ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited { background: transparent url("images/bg-navigation-item.png") no-repeat 50% 0; color: #fff; display: block; margin: 0 1em; padding: .75em 0 0; } ul.primary-links li a:hover, ul.primary-links li a.active { background: transparent url("images/bg-navigation-item-hover.png") no-repeat 50% 0; color: #fff; }I’d copy it over to the CSS editor (I’m gathering that you have the CSS upgrade since I see a mention of it in the header of your blog) and replace the fff’s with the hexcolor of the text that you want.
Hope this helps,
-drmike -
-
- The topic ‘Need help on changing specific text color on blog’ is closed to new replies.