Property Details - Intro

 avatar
LBautista
css
a month ago
353 B
1
Indexable
Never
/*START - pagination color - WB Lloyd*/
.property-intro-2-content .property-intro-2-nav-slider button.slick-arrow{
    background-color: #fff;
    border-color:#fff;
    color: #BEAF87!important;
    &:hover{
        background-color: #f1f1f1;
        border-color:#f1f1f1;
        color: #BEAF87!important;
    }
}
/*END - pagination color*/
Leave a Comment