cytropics Hi, for the color use this in css:
.acm-hero.style-4 .video-wrapper::before {
background-color: #222;
}
for replacing the arrow with text use this in css:
.fa-chevron-right::before {
content: "Getting started";
font-family: 'Arial', sans-serif;
}
.acm-hero.style-4 .hero-content .btn-rounded {
border-radius: 3px;
height: 52px;
line-height: 48px;
padding: 0 !important;
width: auto;
border-width: 1px;
opacity: .7;
font-size: Arial;
padding: 0 10px !important;
}
Unfortunately the effect needs to be there since video is not a part of the site, so cannot be scripted.