xcrimsonlegendx
You seem to frequent these threads so I'm going to continue to ask questions if you're game.
I'm working on another profile here using the classic Grunny theme and some codes that worked on my last effort are no longer working on this theme! D:
Specifically:
a:link{color: #9b55b3;}
a:hover{color: #ce2215;}
a:visited{color: #9b55b3 ;}
I usually use those to change the colors of the links in my themes but for some reason they're ineffective now... Also, I made a new photobucket account and none of the images I upload work on my theme. If I use Imageshack they do, what's the deal with that? I used to be able to use photobucket images.
Do you think you can assist me once again?
Going to start off by saying that the 'a:link', the pseudo, ':link' is not necessary, as that targets any unvisited links, which I guess is okay since you have it for visited as well. But simply 'a' would work. Secondly, the preset Grunny layout is specific when targeting links, '#content a'. You're being generic, apply an ID tag to say which links, '#extendedProfileBody a', '#site a' and '#content a' will work just fine. Post the URL so I know to look for what's not working.