Advertisement
Guest User

Untitled

a guest
Jul 19th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. /* Error message for credit card processing */
  2. .checkout-onepage-index .col-main:before {
  3. content:'Credit card processing is currently offline. Please choose "Check/Money Order to submit order and call our customer service number to finish processing payment for your order';
  4. color:#ffffff;
  5. background-color:#e20000;
  6. font-weight:bold;
  7. font-size:20px;
  8. padding:3px
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement