Agent Bio

fix links
 avatar
JohnMatthewLumba
plain_text
17 days ago
217 B
1
Indexable
Never
/*Start - fix link - WB Matthew*/
div.redesign .agent-info-details .details-list li a {
    color: #fff;
    &:hover{
        color: #999;
    }
    &:after{
        background-color: #fff;
    }
}

/*End*/
Leave a Comment