Hi,
i would like to customize the vide play icon and replace it. How can i do that?
Kind regards
Jak
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