Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1343862

    Hi,

    i would like to customize the vide play icon and replace it. How can i do that?

    Kind regards

    Jak

    #1343965

    Hey Jak,

    Please add this CSS code in Enfold > General Styling > Quick CSS:

    #top .mejs-overlay-button {
        background: url(mejs-controls.svg) no-repeat;
        background-position: center center;
        height: 80px;
        width: 80px;
    }

    replace mejs-controls.svg with the URL of the image you would like to use then change also the height and width value.
    Hope this helps.

    Best regards,
    Nikko

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.