Hi AddWeb,
I have used below mention code and it’s working perfectly.
.entry-content-wrap{color:black;}
.entry-content-wrap a:link{color:red;}
.entry-content-wrap a:hover{color:blue;}
.entry-content-wrap a:visited{color:maroon;}
But your provided code h3 a{color:#ff0066 !important;}
not working properly.
That is changing all heading color including menu, and all h3 elements.
I just want to change only inside the post text and hyperlink color.