Property Intro with Title Below Pagination

Property Intro with Title Below Design Template: Producer
 avatar
Jfelizardo
plain_text
a month ago
371 B
1
Indexable
Never
CSS Color Theming
/*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: #000!important;
        }
}
/*END - pagination color*/
Leave a Comment