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

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