This topic has 4 replies, 2 voices, and was last updated 6 years, 10 months ago ago by Rose Tyler
Currently the button doesn’t stand out as something you can play when placed on a product photo with a white background. How do I change the idle state to a color?
See screenshot: https://cl.ly/oZzE
Hello,
Please try to add this code in Theme Options > Styling > Custom css:
.single-product .open-video-popup {
background-color: #ffd9d9;
}
Regards
This worked but how do I get the play icon to be white?
Hello,
.single-product .open-video-popup:before {
color: white;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up