Hi guys,
Have spent quite sometime looking through the forum and even longer trying to make the necessary changes to my css for what I believe is a pretty simple change...but hey I think I've just realised this isn't going to work for me :(
So I would appreciate some help please...
I would like to increase the style of my email field box to match the style of my website, which is essentially to increase the height of the box using padding and then increase the font size within it.
This is the css code from my themes stylesheet that I'd like to match...
form .text {
background:#ffffff none repeat scroll 0 0;
border:2px solid #bebebe;
color:#202020;
font-size:19px;
margin-bottom:6px;
padding:9px 10px 9px;
width:240px;
}
Would really appreciate some help here.
Thanks
Matt