About - Featured Properties

 avatar
Bnnthpnzln
css
21 days ago
469 B
3
Indexable
Never
Melissa Temple
/*START - change prev and next link color */
div.redesign.featured-properties-section ul.slick-links-nav {
    span.spacer {
        background-color: #000;
    }
    li span.link {
        color: #000;
        &:hover:not(.slick-disabled){
            color:#555;
        }
        &:before {
            background-color: #ccc!important;
        }
        &:after {
            background-color: #000;
        }
    }
}
/*END - Change link colors */
Leave a Comment