jQuery(document).ready(function() {
jQuery('.owl-dot').each(function(index) {
var dotNumber = index + 1;
jQuery(this).find('span').text(dotNumber < 10 ? '0' + dotNumber : dotNumber);
});
var input = document.querySelector('.wpens_email');
input.setAttribute('placeholder', 'Email Address');
});
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter