Change the Play Video icon
-
Can I remove the circle around the play video template?
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide the page URL and we will give you custom CSS for this purpose.
Best Regards
The URL is in private section.
Hello,
Your site is under construction. Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.
Best Regards
Hello,
Please disable the maintenance mode, when I log in, I still see the maintenance mode.
Best Regards
It’s off. Can you se the site going to http://hugopork.com/inicio ?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wpb_video_wrapper .button-play{
border-color: transparent;
}
Best Regards
Worked. Thank you so much. I still see it on hover over the video, can that be changed?
Hello,
Please try this code:
body .wpb_video_wrapper:hover .button-play{
border-color: transparent;
}
Best Regards