Hi!
I uploaded a video to my product page, but a white square appears on it, and no play button.
How do I change the white box to a play button?
https://tokofeels.com/products/63aul846zz-0v06jb0
Thank you,
Hi!
I uploaded a video to my product page, but a white square appears on it, and no play button.
How do I change the white box to a play button?
https://tokofeels.com/products/63aul846zz-0v06jb0
Thank you,
Hi @Udi1
I’m Richard Nguyen from PageFly- Free Landing Page Builder
You can try with this code.
Follow this:
Go to Online Store->Theme->Edit code->theme.css ->paste bellow code in bottom of file
.plyr.plyr–full-ui.plyr–video .plyr__control.plyr__control–overlaid {
background: unset !important;
border-color: unset !IMPORTANT;
}
Hope that my solution works for you.
Best regards,
Richard | PageFly
oh sorry for this issue can you please try this code
.plyr.plyr--full-ui.plyr--video .plyr__controls, .plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid {
background: transparent !important;
border: 1px solid !important;
}