Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * Tweak on payment page for guest users
- * Make the billing address invisible and gateway info text left
- **/
- body:not(.logged-in) .wpuf-bill-addr-wrap.wpuf-pay-col {
- display: none !important;
- }
- body:not(.logged-in) .wpuf-payment-gateway-wrap {
- text-align: left !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment