Featured Testimonials with Initials
Fix paginationJohnMatthewLumba
plain_text
a year ago
440 B
9
Indexable
/*START -Change pagination colors WB Matthew */
div.testimonials.redesign .custom-arrows--dark.arrows button.slick-arrow{
background-color: transparent;
border-color: #fff;
&:before {
color: #fff;
opacity: 1;
}
&:hover {
background-color: #fff;
border-color: #fff;
&:before {
color: #01B0F1;
}
}
}
/*END -Change pagination colors*/Editor is loading...
Leave a Comment