Featured Testimonials

 avatar
JohnMatthewLumba
plain_text
21 days ago
479 B
1
Indexable
Never
/*START - fix pagination WB Matthew*/
div.inf-slider-arrows{
    gap: 4px;
    .slick-prev, .slick-next{
        background-color:#88CE17;
        &:hover{
            background-color:#88CE17;
            &:before{
                color:#fff!important;
                transition: 0.2s;
            }
        }
        &:before{
            color:#fff!important;
            transition: 0.2s;
        }
    }        
}
/*ENd - fix pagination color WB Matthew*/
Leave a Comment