/* ========================================================================== WPCODE CUSTOM HYPERLINK STYLES Add this CSS code to WPCode as a “CSS Snippet” ========================================================================== */ /* Default link styles – applies to all links */ a { color: #0073aa; /* Link color – change to your preferred…Continue reading
echo “Test Private snippet “;Continue reading
html div#om-{{id}} * { /* Anything inside here will be applied to all elements within your OptinMonster campaign */ }Continue reading
html div#om-{{id}} [class$=”-form”] { /* Your custom styles */ }Continue reading
html div#om-{{id}} .{{ns}}-footer { /* Your custom styles */ }Continue reading
html div#om-{{id}} input[type=submit], html div#om-{{id}} button { background: #ff6600 !important; }Continue reading
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