Advertisement
Aurangajeb

Customize WPUF submit button style

Nov 13th, 2020
1,068
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.27 KB | None | 0 0
  1. /**
  2. @ Customize WPUF submit button style
  3. @ http://prntscr.com/viut84
  4. **/
  5.  
  6. input.wpuf-submit-button {
  7.     background: #000 !important;
  8.     box-shadow: none !important;
  9.     border-style: none !important;
  10.     color: #ffffff !important;
  11.     text-shadow: none !important;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement