Link hover color

Can someone tell me how to change the link “hover” color from black to #283A90 on pages and on the home page widgets?

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the hover color for links by going to Appearance > Customize > Additional CSS and pasting it there.

/*Hover link color*/
a:hover, a:focus {
    color: #283A90;
}

Best Regards,
Support

Thank you!

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support