SHOP – WOO css adjustments

// ————————————————————————————————- // don’t display ‘on sale’ .onsale { display: none !important; } // ————————————————————————————————- //adjust STRIPE margins #wc-stripe-express-checkout-element { margin-top: 0em !important; margin-bottom: 0.5em !important; } #wc-stripe-express-checkout__order-attribution-inputs { display: none!important; } #wc-stripe-express-checkout-button-separator { margin-top = 0em !important; margin-bottom =…Continue reading

Woo checkout remove stripe margins

#wc-stripe-express-checkout-element { margin-top: 0em !important; margin-bottom: 0.5em !important; } #wc-stripe-express-checkout__order-attribution-inputs { display: none!important; } #wc-stripe-express-checkout-button-separator { margin-top = 0em !important; margin-bottom = 0em !important; }Continue reading

Kadence Extra Header Row for AdButler

/** * Kadence extra header row with native AdButler tag (no iframe, no doc.write hacks) * – Renders INSIDE Kadence header so it follows sticky behavior * – Full-viewport centered row; no reserved height; no interference with other tags */…Continue reading

rmm_container_table.css

/* RMM Container Table Styling */ /* Email column toggle functionality */ .email-column-hidden .email-column { display: none !important; } /* Clean table styling */ #rmm-container-table { border-collapse: collapse; width: 100%; border: 1px solid #dee2e6; border-radius: 6px; overflow: hidden; } #rmm-container-table…Continue reading