Answers for "can i change the link color in wordpress"

CSS
0

change link color in wordpress

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

Code answers related to "can i change the link color in wordpress"

Browse Popular Code Answers by Language