Comment changer la couleur du texte du formulaire?

  • coteombre
    Demandé le 6 janvier 2016 à 12:05

    Je souhaite inscrire nom prénom, adresse ... dans une couleur, comment faire ?

     

    Merci de votre aide

     

    Laurence COLIN

    Côté Ombre...

  • Sammy
    Répondu le 6 janvier 2016 à 14:53

    To change the color of your text use the following CSS classes

    1. For labels

    .form-label {
        color : green;
    }

    2. For text typed into input fields

    .form-textbox {
        color : green;
    }

     

    Add the codes using the CSS tab under the designer.

    Comment changer la couleur du texte du formulaire? Image 1 Screenshot 20