01-23-2012, 12:15 PM
Lost Password? Isn't that in the signup location? It's a global link though, If you see a div around it or something then append your link attributes to that div, specifying it to look for <a elements as well...
Example:
Otherwise if it already uses a class then:
Should work I believe... What forum is this?
Example:
Code:
#divname a {
}
Otherwise if it already uses a class then:
Code:
#divname a.classname {
}
Should work I believe... What forum is this?