Answers for "wordpress link color change settings"

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

Browse Popular Code Answers by Language