slick arrow theme

 avatar
user_3758723130
css
a year ago
413 B
5
Indexable
/*START - Testimonial section theme (Local)*/

div.arrows-container button.lp-arrow{
    border: solid 2px #fff;
    &:before {
    border-color: #fff;
    }
    &:hover{
    border: solid 2px #fff;
    background-color:#fff;
        &::before{
             border-color: #000;
        }
    }
}
div.bottom p.num-pages.js-num-pages{
    color:#fff;
}
/*END - Testimonial section theme(Local)*/
Editor is loading...
Leave a Comment