Here’s what I use on my website. Paste this on the additional css section.
.static-row .overlay .play-icon-wrap-rel-ring {
border: .3vw solid #f90000; /* change outer ring color*/
transition: all .3s ease;
}
.static-row .overlay .play-icon-wrap {
color: #8f0000; /* change play icon color*/
transition: all .3s ease;
transform: scale(1.2);
}
/* hover grow */
.static-row .overlay .play-icon-wrap-rel {
transition: all .3s ease;
}
.static-row .overlay .play-icon-wrap-rel:hover {
transition: all .3s ease;
transform: scale(1.2);
}
-
This reply was modified 7 years, 1 month ago by
s3bubble.