Issue
I was wondering if it is possible to use visited pseudo-class to change the color of visited post in blogger's home page?
Solution
You can use the :visited CSS selector to select visited links.
a:visited {
color: pink;
}
Answered By - Juan Scolari Answer Checked By - Gilberto Lyons (PHPFixing Admin)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.