Okay
  Public Ticket #1340652
Video gallery different on mobile
Closed

Comments

  •  1
    edzetrading started the conversation

    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

  • [deleted] replied

    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.

    .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. */
    }
    

    Thank you.