Home Forums WoodMart support forum Change the Arrows on Product Page for the Product Gallery Video Reply To: Change the Arrows on Product Page for the Product Gallery Video

#557913

Hello,

Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

.wd-video-actions .wd-play-video.wd-style-icon-bg-text {
   right: 230px;
   background-color: red !important;
   bottom: 270px;
   position: relative;
}

Best Regards.