Category: Admin
lokalstolz Form Website
.wrapper-full { display: flex !important; justify-content: center; align-items: center; height: 100vh; padding: 15px; } .wrapper-form { width: 75%; } @media (max-width: 1119px) { .wrapper-form { width: 100%; } } .shortcode { width: 100%; }Continue reading
lokalstolz GravityForms
/* Grundstil für alle Textfelder */ body .gform_wrapper input[type=”text”], body .gform_wrapper input[type=”email”], body .gform_wrapper input[type=”url”], body .gform_wrapper input[type=”tel”], body .gform_wrapper input[type=”number”], body .gform_wrapper input[type=”password”], body .gform_wrapper select, body .gform_wrapper textarea { background: transparent; border: none; border-bottom: 1px solid #dbdbdb; border-radius:…Continue reading
plain-css.css
html div#om-{{id}} * { /* Anything inside here will be applied to all elements within your OptinMonster campaign */ }Continue reading
css-example.css
html div#om-{{id}} [class$=”-form”] { /* Your custom styles */ }Continue reading
css-namespace-footer.css
html div#om-{{id}} .{{ns}}-footer { /* Your custom styles */ }Continue reading
css-buttons.css
html div#om-{{id}} input[type=submit], html div#om-{{id}} button { background: #ff6600 !important; }Continue reading
om-translate-copied.js
document.addEventListener(‘om.Main.init’, function (evt) { var Strings = evt.detail._utils.strings; // Replace ¡Copiada! below with the text you wish to use. Strings[‘Copied!’] = ‘¡Copiada!’; });Continue reading
Hide all admin notices and notifications
function wpcb_hide_admin_notices() { ?>Continue reading