Type: css
Style ALL Placeholder Text on Your Website
::-webkit-input-placeholder { color: #333 !important; } /* Chrome/Opera/Safari */ ::-moz-placeholder { color: #333 !important; } /* firefox 19+ */ :-ms-input-placeholder { color: #333 !important; } /* ie */ :-moz-placeholder { color: #333 !important; } /*below firefox 19 */Continue reading
Style Just OptinMonster Campaign Placeholders
html div#om-{{id}} ::-webkit-input-placeholder { color: #333 !important; } /* Chrome/Opera/Safari */ html div#om-{{id}} ::-moz-placeholder { color: #333 !important; } /* firefox 19+ */ html div#om-{{id}} :-ms-input-placeholder { color: #333 !important; } /* ie */ html div#om-{{id}} :-moz-placeholder { color: #333…Continue reading
floating bar css
html div#om-{{id}}.CampaignType–floating { position: absolute !important; top: 0 !important; display: block !important; background: #0B8BBB !important; }Continue reading
font-family2.css
html .Campaign * { font-family: “Proxima Nova”, Helvetica, “Helvetica Neue”, Arial, sans-serif !important; }Continue reading
font-family.css
div#om-{{id}} * { font-family: “Proxima Nova”, Helvetica, “Helvetica Neue”, Arial, sans-serif !important; }Continue reading
CSS – ILAJ
h4.gold { border-left-color: gold; border-left-style: solid; border-left-width: 4px; padding-left: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: lightsteelblue; } h3.gold { border-bottom-color: gold; border-bottom-style: solid; border-bottom-width: 3px; } h2.gold { background-color: gold; padding-left: 10px; } h3.brown { text-decoration-line: underline; text-decoration-color: goldenrod; text-decoration-style:…Continue reading
Inline Span – Icons
Inline Span – Icons
Sloane’s Admin Custom CSS
.acf-label label { } .acf-field-number { display: inline-block; width: calc(20% – 32px); } .acf-field-number[data-name=”acf_weight”] { display: block; } .acf-field-number[data-name*=”per_portion”], .acf-field-number[data-name*=”_dv”], li > a[data-key=”field_66c57fa319a7b”] { display: none; }Continue reading