Aurangajeb

Tweak on payment page for guest users

Mar 12th, 2021
1,142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.29 KB | None | 0 0
  1. /**
  2. * Tweak on payment page for guest users
  3. * Make the billing address invisible and gateway info text left
  4. **/
  5. body:not(.logged-in) .wpuf-bill-addr-wrap.wpuf-pay-col {
  6.     display: none !important;
  7. }
  8.  
  9. body:not(.logged-in) .wpuf-payment-gateway-wrap {
  10.     text-align: left !important;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment