change link color in wordpress

66

.entry-content a {
    color: red;
}
.entry-content a:hover {
    color: blue;
}

Comments

Submit
0 Comments