The theme uses black for fonts, hover and visited links so it is a little unclear as to what text is a hyperlink, or not, so how can I change the hover colour, please?
I have come across the following code in the style.php file:-
a:hover {
color: #<?php echo $wpcx_color;?>;
text-decoration: underline;
}
but am unclear as to how I should edit it to achieve my objective.
Please advise, thanks.




