remover maiusculas de campos entrada de dados

Upload: jses

Post on 02-Jun-2018

217 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/10/2019 Remover Maiusculas de Campos Entrada de Dados

    1/3

    You are here: Home Forum Fox Contact Form Support Field label font size, uppercase input

    #13504

    REPLY EDIT

    #13507

    REPLY

    #13508

    REPLY EDIT

    Index New Topic No Replies My Topics Profile Search Help

    Welcome,jses

    Last Visit Date:Today

    Logout

    Forum Fox Contact Form Support Field label font size, uppercase input text

    Support requests and general discussions

    REPLY TOPIC UNSUBSCRIBE FAVORITE

    TOPIC: Field label font size, uppercase input text

    Field label font size, uppercase input text 22 Sep 2014 14:25

    jses

    NOW ONLINE

    Fresh Boarder

    Posts: 4

    hi there!

    i tried to search, but i cant find info that helps me, i have a form on one of my site's page:

    http://www.welltrainning.pt/recrutamento/recrutamento-em-curso .

    I would like to change the label font size, how can i do it?

    I also have another issue, when i fill the fields, the data shows on uppercase, how can i chage it also?

    thank you very much

    Report to moderator

    Field label font size, uppercase input text 22 Sep 2014 16:54

    ray283

    OFFLINE

    Moderator

    Posts: 229

    Thank you received: 51

    Hi,

    Your uppercase is being set by your template's css file, line 1056;

    templates/welltrainning2/css/template.css

    Your label font size can be changed with this code;

    di v#f oxcontai ner _m112 l abel {

    f ont - si ze: 12px;

    }

    You can also create a custom CSS file by copying this file;

    components/com_foxcontact/css/bootstrap.css

    modify line 330 adding your font-size style and save it to the same location with a new name. Then in the

    Advanced settings of your form select the new css file.

    Ray

    Report to moderator

    The following user(s) said Thank You:jses

    Field label font size, uppercase input text 22 Sep 2014 17:24

    jses

    NOW ONLINE

    Fresh Boarder

    Posts: 4

    Hi Ray,

    thanks for the hint, i solved the font size, but it stills in uppercase.

    by the way i have another form page with the same situation, sorry to botter you, but im new to css, can you

    help me to fix it?

    http://www.welltrainning.pt/recrutamento/bolsa-de-formadores

    thanks

    Report to moderator

    pport Forum :: Topic: Field label font size, uppercase input tex... http://www.fox.ra.it/forum/5-support/10911-field-label-font-size-...

    e 3 25/09/2014 14:29

  • 8/10/2019 Remover Maiusculas de Campos Entrada de Dados

    2/3

    #13509

    REPLY

    #13511

    REPLY EDIT

    -Support Go

    Field label font size, uppercase input text 22 Sep 2014 18:06

    ray283

    OFFLINE

    Moderator

    Posts: 229

    Thank you received: 51

    In your template's CSS file, line 1056,

    templates/welltrainning2/css/template.css

    you have this style;

    i nput [ t ype="t ext" ] , i nput [ t ype="password"] , i nput[ t ype="emai l "] , i nput [ t ype="u

    {

    wi dt h: 100%;

    paddi ng: 8px 0;

    col or : #5D5D5D ! i mport ant;

    f ont - si ze: 12px;

    f ont - styl e: normal ;

    t ext - t r ansf orm: uppercase;

    t ext- shadow: none;

    }

    at line 999 this style;

    i nput , sel ect, textarea, a. art - search-but t on span

    {

    vert i cal - al i gn: mi ddl e;

    f ont - si ze: 12px;

    f ont - styl e: normal ;

    t ext - t r ansf orm: uppercase;

    }

    Change text-transform: uppercase; to text-transform: none; text-transform: lowercase; or remove it.

    http://docs.joomla.org/J3.x:Modifying_a_Joomla!_Template

    http://docs.joomla.org/J2.5:Modifying_a_Joomla!_Template

    Ray

    Report to moderator

    THANK YOU

    Field label font size, uppercase input text 22 Sep 2014 18:13

    jses

    NOW ONLINE

    Fresh Boarder

    Posts: 4

    Thanks a lot, problem solved

    Report to moderator

    REPLY TOPIC UNSUBSCRIBE FAVORITE

    Forum Fox Contact Form Support Field label font size, uppercase input text

    Powered byKunena Forum

    Keep in touch

    The following contacts are suitable for those who want to be

    informed about Fox extensions. For general support requests,

    please post on the support forum.

    Google plus: Fox Contact

    LinkedIn: Demis Palma

    Facebook: Fox Contact

    Project Sponsors

    Impermeabilizzazione del tetto

    Ultrasound Technician Expert

    Nail fungus treatment

    Interested in sponsoring?

    Copyright (c)2011-2012 by Demis Palma. All Rights Reserved.

    pport Forum :: Topic: Field label font size, uppercase input tex... http://www.fox.ra.it/forum/5-support/10911-field-label-font-size-...

    e 3 25/09/2014 14:29

  • 8/10/2019 Remover Maiusculas de Campos Entrada de Dados

    3/3

    pport Forum :: Topic: Field label font size, uppercase input tex... http://www.fox.ra.it/forum/5-support/10911-field-label-font-size-...

    e 3 25/09/2014 14:29