Advertisement
Aurangajeb

WPUF Payment page default message hide and replicate the same message with CSS for Elementor

Feb 3rd, 2021
1,299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.27 KB | None | 0 0
  1. /**
  2.  * WPUF Payment page default message hide and replicate the same message with content CSS
  3.  * **/
  4. .wpuf-instruction {
  5.         display: none;
  6. }
  7.  
  8. .wpuf-payment-instruction:before {
  9.         content: "Enter your credit card information to proceed with payment.";
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement