Ninja
I looked at my custom.css and found nothing unusual.
I would like to change the colors of the slide and video:
css of the slide that changes the color:
.acm-slideshow .owl-carousel .item .mask {
background: #cc0000;
}
/* edge of the slide */
.acm-slideshow .owl-carousel .item .mask:before {
border-left: 190px solid #cc0000;
}
Video:
.acm-features.style-2 .feature-info {
background: #cc0000;
color: #ffffff;
}
.acm-video.style-1 .video-thumb:before {
background: #cc0000;
opacity: 0.6;
}
/* mobile videos - kr*/
.acm-video.style-1 .video-thumb:before {
background: #cc0000;
opacity: 0.6;
}
Content video:
.acm-features.style-2 .feature-info {
background: #cc0000;
color: #ffffff;
}
All code is in custom.css
See attached images:
Thanks a lot for the help!