Change the color of the “Watch Video” button
-
Hello dear Xtemos team
Can you please help me to change the color of the “Watch Video” button. I would like a red button with a white font
Thank you.-)
Attachments:
You must be
logged in to view attached files.
Hello,
Please send me a link to that product with the video because I cannot find it: https://prnt.sc/-gneo6Pdt7vj
Looking forward to hearing back from you!
Kind Regards
Hello,
The below code will help you to change the color, please define it in Theme Settings -> Custom CSS.
.single-product .xts-video-btn.xts-action-btn[class*=xts-style-icon-bg]:before {
background-color: red;
}
.single-product .xts-action-btn[class*=xts-style-icon-bg]>a {
color: #fff;
}
Kind Regards