Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <style>
  2. .subscribe-form .subscribe-step-2 {
  3. display: none;
  4. }
  5.  
  6. .subscribe-form.is-submitted .subscribe-step-2 {
  7. display: block;
  8. }
  9.  
  10. .subscribe-form.is-submitted .subscribe-step-1 {
  11. display: none;
  12. }
  13. .subscribe-step .subscribe-step-2{
  14. color:#ed4d7c;
  15. font-size:18px;
  16. }
  17. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement