Friday, May 1, 2015

How to Change MOUSE HOVER highligh color in READ MORE?

How to Change MOUSE HOVER highligh color to "READ MORE" and other
hyperlinks words?

Go to folder and edit;

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

Change the text in red color below;
--------------------------------------------------

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: #095197
}

a:hover,a:active,a:focus {
background: #E6294F;
color: #FFF;
}
----------------------------------------------------------

No comments:

Post a Comment