NameSilo

Cannot change link color

Spaceship Spaceship
Watch

henrikjt

Established Member
Impact
0
http://www.404roehamptonrd.com/contactagents.html

I cant figure out how to change the link color of just this one link on the page. I am referring to the www.edwardstephens.com link. I dont want it to have a hover color, if i can just have it underlined it would be great. Does anyone have any ideas on how to do that. I would like to keep the other links the way they are, im only trying to change this link.

thanks in advance
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
Its something in your CSS. I am just letting you know...Right now I am looking at your code to tell you what to add. :D

Please try entering this code into the first section of CSS code.

Code:
#rbcontent a:link { 	text-decoration: underline; 	color: #000000; }  #rbcontent a:visited { 	text-decoration: underline; 	color: #000000; }  #rbcontent a:hover { 	text-decoration: none; 	color: #000000; }  #rbcontent a:active { 	text-decoration: underline; 	color: #000000; }

Hope it works.
 
0
•••
using the code above, make sure you also change the actual hyperlink so that it has id="rbcontent" within the <a> tag.

so, something like:

HTML:
<a href="http://www.edwardstephens.com" target="_blank" id="rbcontent">www.edwardstephens.com</a>
 
0
•••
nasaboy007 said:
using the code above, make sure you also change the actual hyperlink so that it has id="rbcontent" within the <a> tag.

so, something like:

HTML:
<a href="http://www.edwardstephens.com" target="_blank" id="rbcontent">www.edwardstephens.com</a>


Thank you, I forgot that. Once again, I hope a newb like me could help :cy:
 
0
•••
thanks guys, this works perfect in firefox, but not in IE :(
 
0
•••
henrikjt said:
thanks guys, this works perfect in firefox, but not in IE :(
Well I am glad it worked in firefox, but I am not (at all) knowledgable about "<!-- [If IE] -->"s...
So I can't help you, goodluck.
 
0
•••
i assume you're referring to ie7? ie6 i believe had some problems with hovers, but they worked... relatively well in ie7.

you shouldn't need the IE conditionals, as this is straightforward... it should work as it is. make sure you did a hard refresh to clear the cache (control+r, or control+shift+r)
 
0
•••
Dynadot — .com TransferDynadot — .com Transfer

We're social

Domain Recover
DomainEasy — Zero Commission
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back