Pagination Theme Color for Properties

Featured Properties Showcase Design Template: Producer
Jfelizardo avatar
Jfelizardo
plain_text
09/09/2024 7:18 PM
408 B
17
Indexable
/*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*/
Editor is loading...
Leave a Comment