Featured Properties Slider
unknown
plain_text
a year ago
1.6 kB
9
Indexable
/* Center title and prev&next button - WB Nicolas V*/
@media (min-width: 769px ){
div.featured-properties-section .container .featured-properties-header {
flex-direction: column;
align-items: center;
}
}
/* END */
/* 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: #000000;
}
.link:after {
background: #000000;
}
.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 */
/* Update Card Theme */
div.redesign.featured-properties-section ul.featured-properties {
div.slick-track li.featured-properties__item-cover {
span.featured-properties__label {
background: #000;
}
div.featured-properties__item.feature {
background-color: #000;
}
}
.featured-properties__text {
background-color: #000;
p,
h4,
h5 {
color: #fff;
}
}
}
/* END*/
/*Fix mobile full width button Featured Properties - Producer - by WB Nicolas V*/
@media (max-width: 568px){
div.featured-properties-section .btn {
width: 100%;
}
.featured-properties-button-holder {
margin-top: 20px!important;
}
}
/* END */Editor is loading...
Leave a Comment