Advertisement
fauzanjeg

Change Button Color of Paywall Box

Mar 18th, 2021
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.34 KB | None | 0 0
  1. /* Change Button Color of Paywall Box */
  2. .jpw-wrapper .package-item {
  3.     color: white;
  4.     background-color: black;
  5. }
  6.  
  7. .jpw-wrapper .package-item .package-title h3,
  8. .jpw-wrapper .package-item .package-price .price {
  9.     color: white !important;
  10. }
  11.  
  12. .jpw-wrapper .package-item .package-button .button {
  13.     background-color: blue;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement