How to change All Caps in Contact Form??


Author Message
blue sky

Posted: 12/11/2013
Quote message 

The input fields on my Contact Form (FS Contact plugin) are all capitlized. This is def something controlled by my Art4.1 theme as I can enter the contact info all in lower case in 2013. Switch back to my Art theme and its All Caps.

Where oh where do I change this in Art??

Site is at http://elegancemakeovers.com/contact/
 
gcm

Posted: 12/11/2013
Quote message 

It's because your button is all caps. As odd as it may sound the boxes pick that up so it will be all caps. Go to color and font tab, select typography, then at the bottom select edit typography. Go further down that list and select button - text then click on modify. if checkmark is in the all cap section remove checkmark

You can also make this change under the control tab and select the button dropdown and select font option there





http://mistergoodweb.com/modifybutton3.gif
 
Monty

Posted: 12/11/2013
Quote message 

Look in your style.css

input, select, textarea, a.hwd-search-button span
{
vertical-align: middle;
font-size: 10px;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-transform: uppercase;

Remove or comment out the last line
 
gcm

Posted: 12/11/2013
Quote message 

here's the last image


 
Monty

Posted: 12/11/2013
Quote message 

GCM

Might have the better solution.
 
Anakyst

Posted: 12/11/2013
Quote message 

line 1134 in your style.css

input, select, textarea, a.hwd-search-button span {
vertical-align: middle;
font-size: 10px;
font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
text-transform: uppercase;
}

THEN, Monty's suggestion "...Remove or comment out the last line...."
 
blue sky

Posted: 12/12/2013
Quote message 

wow guys thats an awesome response esp GCM. It was buried in the Button Text - simple but without your help would never have found it. Most grateful :-{}