Answers for "how to change the hover color in wordpress"

CSS
0

change hover color link in wordpress

.entry-content a:hover {
    color: blue;
}
Posted by: Guest on August-01-2020

Code answers related to "how to change the hover color in wordpress"

Browse Popular Code Answers by Language