Featured Neighborhoods Slider
unknown
plain_text
a year ago
667 B
11
Indexable
/* Update prev&next buttons colors - WB Nicolas V */
div.featured-properties-section .container .slick-links-nav {
.link {
color: #000;
opacity: 0.9;
}
.link:hover {
opacity: 1;
color: #000;
}
.link:after {
background: #000;
}
.link:not(.slick-disabled):before {
background: #000 !important;
opacity: 0.6;
}
.link:not(.slick-disabled):hover:before {
opacity: 1;
}
.link.slick-disabled {
color: #000!important;
opacity: 0.5;
}
.link.slick-disabled:hover {
color: #000!important;
opacity: 0.7;
}
span.spacer {
background: #000!important;
}
}
/* END */Editor is loading...
Leave a Comment