want to change the link color in post content
1. if I set the body link color, all link will change color, I don’t want this, only want the post content link change
2. I set content link color, but not work
3. try add custom css, still not work
.single-post .entry-content .dynamic-entry-content a {
color: red !important;
}