Friday, May 1, 2015

How to Change the Color of The "Previous Visited" Link?

How to Change the Color of The "Previous Visited" Link?

/home/thefor22/public_html/templates/beez3/css/personal.css

Change the text in red color below. Change to other color HEX Value.

______________________________________

body {
background: #eee
}

h3 {
color: #555
}

h2 a {
text-decoration: none
}

h2,.moduletable h3, .items-leading h2 {
border-bottom: solid 1px #ddd;
}

.items-row h2 {
border-top: solid 1px #ddd;
border-bottom: solid 1px #ddd;
}

a:link,a:visited {
color: #29E633
________________________________________

No comments:

Post a Comment