Agent Bio w/ Detail Bar

 avatar
LBautista
css
10 months ago
335 B
5
Indexable
/*START - change hyperlink theme - WB Lloyd*/
div.bottom-container a.custom-link {
    font-weight:normal;
    color:#000!important;
    &:before{
        background-color: #999;
    }
    &:after{
        background-color: #BEAF87;
    }
    &:hover{
        color:#999!important;
    }
}
/*END- change hyperlink theme*/
Editor is loading...
Leave a Comment