Denzel Chia
    Moderator
    Posts: 2656
    19.01.2016 at 09:08 #23638

    Hi,

    Please add the following in Theme Options -> Custom CSS

    For normal text link

    .entry-content a:hover{
    color:red !important;
    }

    For footer widget.

    .widget-content a:hover {
    color: red !important;
    }

    Thank you.