Forums

[resolved] Visited link color trouble on kubrick template (3 posts)

  1. FaQ3D
    Member
    Posted 2 years ago #

    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! :)

  2. FaQ3D
    Member
    Posted 2 years ago #

    nevermind.. i found the solution on another post.. i just had to declare the a:visited on #content

  3. alchymyth
    The Sweeper
    Posted 2 years ago #

    try:

    #content1 p a:visited {
    	color: #0099CC;
    	text-align:left;
    	text-decoration:underline;
    	}

    btw: your header looks kind-of messed up, with content before the doctype etc - this can cause a lot of problems with all kind of browsers :-(

    validation error

Topic Closed

This topic has been closed to new replies.

About this Topic