my client would like to increase the size (and possibly color-brighten) the arrow that animatedly points downward during the playback of the initial full-screen video. is this possible? i’ve attached a link to the live site to review.
thanks in advance!
Hey charger70!
Add this to your custom CSS.
.scroll-down-link {
color: yellow !important;
font-size: 200px !important;
}
Best regards,
Elliott
Elliott, that’s absolutely awesome. thank you so much for your help!!!