Featured Neighborhoods Slider
unknown
plain_text
a year ago
852 B
11
Indexable
/* Center title and prev&next button */
.featured-neighborhoods-section .container .featured-team-header{
flex-direction: column;
align-items: center;
}
/* END */
/* Update prev&next color */
.featured-neighborhoods-section .container .slick-links-nav {
.link{
color:#000!important;
opacity: .9;
}
.link:hover {
opacity: 1;
}
.link:after {
background: #00;
}
.link:before {
background: #000!important;
opacity: .6;
}
.link:hover:before {
opacity: 1;
}
.link.slick-disabled {
color:#2C7873!important;
opacity: .5;
}
.link.slick-disabled:hover{
color:#2C7873!important;
opacity: .7;
}
span.spacer {
background:#2C7873!important;
}
}
/* END */Editor is loading...
Leave a Comment