Premium WordPress Themes › Forums › Envy Blog › how to change hyperlink color? › Reply To: how to change hyperlink color?
June 4, 2019 at 4:54 AM
#9506
Participant
Hi @retromoto,
Could you please add the below CSS Code in Additional CSS Box through customizer and check it once.
.post-content .entry-content a, .page-content .entry-content a {
color: red;
}
Info:- Please change the color value.
Thanks!