MLS Property Slider pagination (MAsterpiece)
Sally
css
a year ago
449 B
5
Indexable
Never
/*START- MLS properties fix slick arrow*/ div.properties-grid__arrows{ display: inline-flex; margin-top:10px; button.slick-arrow{ border: solid 2px #000; color:#000; &:before{ border-color: #000; } &:hover{ opacity: 1; background-color:#000; &:before{ border-color: #fff; } } } }