• Hey there,
    I cant seem to find this anywhere,
    I want to change the colour of LINK TEXT within a post. Any link within the post, including the COMMENTS link and READ MORE link. To be the same colour ast the TITLE link.

    Also

    How can I move the comments link to under the post instead of at the top.

    Cheers!

    b2k

Viewing 1 replies (of 1 total)
  • Thread Starter barnz2k

    (@barnz2k)

    Well I just solved it for anyone who needs it.

    Add this beneath your body codes and before the structure divs..
    ie, just the stuff between the /// here, the other bits are for reference..

    body{background etc
    }
    ////////
    a:link {
    	color: #333333;
    	}
    a:visited {
    	color: #FFFFFF;
    	}
    a:hover {
    	color: #CCCCCC;
    	background-color: #333333;
    	text-decoration: none;
    	}
    a:active {
    	color: #333333;
    	}
    
    //////////
    /*

Viewing 1 replies (of 1 total)
  • The topic ‘Link Text colour within posts?’ is closed to new replies.