change color hyperlink wordpress code example
Example: change link color in wordpress
.entry-content a {
color: red;
}
.entry-content a:hover {
color: blue;
}
.entry-content a {
color: red;
}
.entry-content a:hover {
color: blue;
}