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
April 17, 2024 at 11:12 am
#557913
Aizaz Imtiaz Awan
Keymaster
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.