Featured Properties

 avatar
JohnMatthewLumba
plain_text
10 months ago
445 B
5
Indexable
/*START - fix pagination WB Matthew*/
div.inf-slider-arrows{
    gap: 4px;
   .slick-prev, .slick-next {
        background-color: #88CE17!important;
        &::before {
            border-color:#fff!important;
        }
        &:hover {
            background-color:#88CE17!important;
            &::before {
                    border-color:#fff!important;
            }
        }
    } 
}
/*ENd - add theming on slick arrow*/
Editor is loading...
Leave a Comment