hello every1,
i modified the kubrick template and cant make the visited link color to change from the ugly pink... when i check the css with firebug it shows:
On line 179:
.entry p a:visited {
color:#B85B5A;
}
the site is: http://www.ruthmorenodewasserman.com/index.php?page_id=19&lang=en
just click on one of the blue links and the pink will show up...
But on the css there is not such class... I even emptied cache, with no luck, also i added on the css the !important command, but still nothing...
.entry p a:visited {
color:#0099CC; !important
text-decoration:underline;
}
if anyone has a solution to this.. as i dont seem to find one.. please give me a hand! :)