Published
- 1 min read
change link color in wordpress
The solution for this is noted below
change link color in wordpress
Solution
.entry-content a {
color: red;
}
.entry-content a:hover {
color: blue;
}
Try other methods by searching on the site. That is if this doesn’t work