Gravity Forms customisation [CSS]
.gform_wrapper .gform_validation_errors { display: none !important; } .gform_required_legend { display: none !important; }Continue reading
Join 2,000,000+ Professionals who use WPCode to Future-Proof Their Websites!
.gform_wrapper .gform_validation_errors { display: none !important; } .gform_required_legend { display: none !important; }Continue reading
a#CybotCookiebotDialogPoweredbyCybot,div#CybotCookiebotDialogPoweredByText { display: none; }Continue reading
* { -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ -khtml-user-select: none; /* Konqueror HTML */ -moz-user-select: none; /* Old versions of Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; /* Non-prefixed version, currently supported…Continue reading
window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag(‘js’, new Date()); gtag(‘config’, ‘AW-1070680417’);Continue reading
(function(w,d,t,r,u) { var f,n,i; w[u]=w[u]||[],f=function() { var o={ti:”343072545″, enableAutoSpaTracking: true}; o.q=w[u],w[u]=new UET(o),w[u].push(“pageLoad”) }, n=d.createElement(t),n.src=r,n.async=1,n.onload=n.onreadystatechange=function() { var s=this.readyState; s&&s!==”loaded”&&s!==”complete”||(f(),n.onload=n.onreadystatechange=null) }, i=d.getElementsByTagName(t)[0],i.parentNode.insertBefore(n,i) }) (window,document,”script”,”//bat.bing.com/bat.js”,”uetq”);Continue reading
(function (g, e, n, es, ys) { g[‘_genesysJs’] = e; g[e] = g[e] || function () { (g[e].q = g[e].q || []).push(arguments) }; g[e].t = 1 * new Date(); g[e].c = es; ys = document.createElement(‘script’); ys.async = 1; ys.src =…Continue reading
/* Remove the arrows in the Numbers form field Original doc link: https://wpforms.com/developers/how-to-remove-the-arrows-on-the-numbers-field/ For support, please visit: https://www.facebook.com/groups/wpformsvip */ input[type=”number”]::-webkit-outer-spin-button, input[type=”number”]::-webkit-inner-spin-button { -webkit-appearance: none !important; margin: 0 !important; } input[type=”number”] { -moz-appearance: textfield !important; }Continue reading
/* Style placeholder text Original doc link: https://wpforms.com/developers/how-to-remove-confirmation-message-box-styling/ For support, please visit: https://www.facebook.com/groups/wpformsvip */ .wpforms-container ::-webkit-input-placeholder { /* Chrome and Safari */ color: #aaa !important; } .wpforms-container :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #aaa !important; opacity:…Continue reading