You can change the YouTuBe Red Button with Custom CSS there isn't any option in our theme. You have to add the Image To Media Library and grab the URL of image after is uploaded then replace with 'url_to_image' in block of code.
Before you continue further please first read the article we wrote about How to add Custom CSS, to your site then paste the code below in Custom CSS Section.
.ytp-icon-large-play-button-hover {
background: no-repeat url('url_to_image') !important;
background-size: 30px 30px;
width: 30px;
height: 30px; /* Value 30 is just example in all options. */
}
Hello,
The video gallery looks really great on the laptop when I show it on mobile I get the ugly red youtube button. Where can I change that?
Kind regards,
Leon Veltman
Hi edzetrading,
You can change the YouTuBe Red Button with Custom CSS there isn't any option in our theme. You have to add the Image To Media Library and grab the URL of image after is uploaded then replace with 'url_to_image' in block of code.
Before you continue further please first read the article we wrote about How to add Custom CSS, to your site then paste the code below in Custom CSS Section.
Thank you.