property Intro

mail@pastecode.io avatar
unknown
plain_text
22 days ago
526 B
1
Indexable
Never
/*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: #7C7A61!important;
    }
}
/*END - pagination color*/

div.property-intro-2-info h5:before{
    background-color: #000;
}
span{
       text-transform: capitalize;
}
.property-intro-2-info p{
    text-transform: capitalize;
}
Leave a Comment