[ad_1]
Hi @misaka1
The colour of the hover link is pre-set to white in order to look good in 99% of cases. To modify this, you would need a little bit of CSS.
Something like this should do the trick –
[data-link=type-4] .entry-content p>a:hover, [data-link=type-4] .entry-content em>a:hover, [data-link=type-4] .entry-content strong>a:hover, [data-link=type-4] .entry-content>ul a:hover, [data-link=type-4] .entry-content>ol a:hover {
color: red;
}Of course, change the colour to whatever you may like.
Hope this helps!
Thanks.
