Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
p01-contact and font bigger - how?
#2
you can check the output of the plugin and you will see there is a CSS-class

Code:
<form action="#p01-contact1" autocomplete="off" id="p01-contact1" class="p01-contact" method="post">
you can define the elements of the contact-form in your theme-css-file

this is what I did once:

Code:
.p01-contact {position:relative;width: 500px;padding: 20px;color:inherit;margin-left:-5px;background: white;margin-bottom:20px;overflow:hidden;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;behavior: url(/PIE.htc);}
.p01-contact .field{margin-bottom:10px}
.p01-contact .field.captcha{float:left}
.p01-contact .captcha input{width:160px;color:inherit !important;background-color:#FFF;}
/* INPUT FIELDS */
.p01-contact .text input{width:400px;}
.p01-contact textarea{width:400px; height:100px}
.p01-contact .text input,
.p01-contact .captcha input,
.p01-contact textarea {background-color:#FFF;border:1px solid #DDD;font-size:12px;color:inherit !important;padding:5px;-webkit-border-radius: 4px;-moz-border-radius: 4px; border-radius: 4px; behavior: url(/PIE.htc);}  
.p01-contact .text input {color:inherit;}
/* End of INPUT-FIELDS */
.p01-contact .submit{position:absolute;bottom:20px;right:20px;-moz-border-radius:10.2em 10.2em 10.2em 10.2em;-moz-box-shadow:0 0.1em 0.2em rgba(0, 0, 0, 0.5);background-color:#666;    border-bottom:0.2em solid #666666;color:#FFF;cursor:pointer;font-size:1em;line-height:1;padding:0.3em 0.6em;text-shadow:0 0 0.1em #666;}

PS: if you have questions concerning a plugin, you can check the support thread of that plugin, mostly you find the answers there

Cheers, Connie
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply


Messages In This Thread
p01-contact and font bigger - how? - by platinum - 2011-08-04, 19:13:52
p01-contact and font bigger - how? - by Connie - 2011-08-04, 19:51:23
p01-contact and font bigger - how? - by platinum - 2011-08-04, 21:13:28



Users browsing this thread: 3 Guest(s)