Change video button color
-
Hi,
How can I change the video button color to always be green (#5bbc2e) with a white triangle.
See attachments
Thanks,
Michael
Attachments:
You must be
logged in to view attached files.
and how do I change the color of the ‘close block’ in the top right corner of the video player to be green (#5bbc2e) with a white ‘X’. See attachment.
Attachments:
You must be
logged in to view attached files.
Hi,
I have provided login credentials.
Thanks,
Michael
Try to add the following code snippet to the Custom CSS area in Theme Settings.
.product-360-button a:before,
.product-video-button a:before {
background-color: #5bbc2e;
color:white;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close:hover,
.mfp-image-holder .mfp-close:hover {
background-color: transparent;
}
.mfp-iframe-holder .mfp-close:after,
.mfp-iframe-holder .mfp-close:before,
.mfp-image-holder .mfp-close:after,
.mfp-image-holder .mfp-close:before {
background-color: black;
}