Pagination Theme Color for Properties

Featured Properties Showcase Design Template: Producer
 avatar
Jfelizardo
plain_text
a month ago
304 B
2
Indexable
Never
CSS Color Theming
/*START - slick arrow*/
.lp-arrow{
    border: solid 2px #000;
    background-color: transparent;
    &:before {
    border-color: #000;
    }
    &:hover{
    border: solid 2px #000;
    background-color: #000;
        &::before{
             border-color: #fff;
        }
    }
}
/*END*/
Leave a Comment