Live by Zar_ TEstimonial pagination
change the colorSally
html
4 years ago
507 B
13
Indexable
/*START -Change pagination colors*/
div.testimonials.redesign .custom-arrows--dark.arrows button.slick-arrow{
background-color: transparent;
border-color: #8D7F6E;
&:before {
color: #8D7F6E;
}
&:hover {
border-color: #8D7F6E;
background-color: #8D7F6E;
color: #CAB69E;
}
&:hover:before {
color: #fff;
}
}
/*END -Change pagination colors*/Editor is loading...