Thread Starter
Cocod
(@cocod)
Hello,
Thank you for your reply, i tried the proposed codes, the background color works correctly. But not the color of the text.
Here is the link to see the result: https://drive.google.com/open?id=0B6vEu45XZnB7b3V3V0tINkdpcUk
Here is the content of my form:
<Div class = “column one-second”> [text * your-name placeholder "Votre nom:"] </ div>
<Div class = “column one-second”> [email * your-email placeholder “Votre email:”] </ div>
<Div class = “column one”> [text your-subject placeholder "Objet:"] </ div>
<Div class = “column one”> [textarea your-message x3 placeholder “Message”] </ div>
<Div class = “column one”> [submit “ENVOYER MESSAGE”] </ div>
Regards
DB
Thread Starter
Cocod
(@cocod)
hi,
Here is the code that input, and that does not work.
/* Form */
.wpcf7-submit { font-size: 140%; padding: 12px 40px; }
.wpcf7 input[type=”text”],
.wpcf7 input[type=”email”],
.wpcf7 textarea
{
background-color: #000;
color: #000;
width: 90%;
}
regards
Thread Starter
Cocod
(@cocod)
Please, can you help me ? thank you.
Regards
Where can we see the site?
Thread Starter
Cocod
(@cocod)
Thanks,
Difficult because I am a local server with wampserver but the link
https://drive.google.com/open?id=0B6vEu45XZnB7b3V3V0tINkdpcUk
above shows that nothing changes by changing the color tag. Is not to be added -form in front .wppcf7 ?
Regards
Thread Starter
Cocod
(@cocod)
Hi,
I created on a different site a test page so that you see what happens.
http://www.le-reve-eveille-en-psychanalyse.com/test/”
There is only the color to “envoyer” that changes.
Here is the code I put:
/* Form */
.wpcf7-form .wpcf7-submit
{
background:#4f2a0f;
cursor:pointer;
padding-left:20px;
padding-right:20px;
color:#000;
border-radius:7px;
}
Thank you for your help
Regards
-
This reply was modified 9 years, 4 months ago by
Cocod.
-
This reply was modified 9 years, 4 months ago by
Cocod.
Thread Starter
Cocod
(@cocod)