Property Intro with Title Below (Local CSS)

 avatar
user_3758723130
scss
a year ago
340 B
4
Indexable
/*START - pagination color*/
.property-intro-2-content .property-intro-2-nav-slider button.slick-arrow{
    background-color: transparent;
    border-color:#fff;
    color: #fff!important;
    &:hover{
        background-color: #fff;
        border-color:#fff;
        color: #002349!important;
    }
}
/*END - pagination color*/
Editor is loading...
Leave a Comment