Guest User

Untitled

a guest
Jan 21st, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.51 KB | None | 0 0
  1. <style type="text/css">
  2. /* custom contact form 7 */
  3.  
  4. .entry-meta {
  5.     display:none;
  6. }
  7.  
  8. p.form2 span input, p.form2 span .textarea2, .emailfield2, .textfield2 {
  9.     border-color: green;
  10.     border-style: solid;
  11.     border-width: 3px;
  12.     margin: 0 0 25px 20px !important;
  13. }
  14.  
  15. .emailfield2, .textfield2 {
  16.     height: 25px;
  17.     width: 200px;
  18. }
  19.  
  20. .textarea2 {
  21.     height: 250px;
  22.     width: 300px;
  23. }
  24.  
  25. .submit2 {
  26. position:absolute;
  27. top:570px;
  28. left:280px;
  29. }
  30.  
  31. /* custom contact form 7 end */
  32. </style>
Add Comment
Please, Sign In to add comment