Aurangajeb

Custom CSS for WPUF subscription page

Feb 4th, 2020
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.17 KB | None | 0 0
  1. /* Make the Subscription Title Uppercase*/
  2. .wpuf-sub-cost {
  3.     text-transform: uppercase;
  4. }
  5.  
  6. /* Hide the One time payment string*/
  7. .wpuf-pack-cycle {
  8.     display: none !important;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment