Property Intro

 avatar
LBautista
css
24 days ago
352 B
3
Indexable
Never
 /*START - pagination color - WB lloyd*/
.property-intro-2-content .property-intro-2-nav-slider button.slick-arrow{
    background-color: transparent;
    border-color:#fff;
    color: #fff!important;
    &:hover{
        background-color: #fff;
        border-color:#fff;
        color: #2A505D!important;
    }
}
/*END - pagination color*/
Leave a Comment