Tagged: x
-
AuthorPosts
-
March 30, 2016 at 11:10 am #858946
Hi,
how do I change the text color and font of text in the contact form (see Annex).
Thanks again
March 30, 2016 at 1:54 pm #859240Hello There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thanks.
March 30, 2016 at 2:43 pm #859342This reply has been marked as private.March 30, 2016 at 9:47 pm #859967Hi There,
Thank you for the credentials. Please try adding the following CSS on Appearance > Customize > Custom > CSS:
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: red; } input:-moz-placeholder, textarea:-moz-placeholder { color: red; } input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: red; }
Change red to your preferred color.
This link might also help:https://css-tricks.com/snippets/css/style-placeholder-text/Always,
XMarch 31, 2016 at 12:34 pm #861132Thanks for the reply.
I tried. But it does not work!!
Where am I wrong !?
March 31, 2016 at 10:18 pm #861877Hi There,
Please update the code to this:
::-webkit-input-placeholder {color: red !important;} ::-moz-placeholder {color: red !important;} /* Firefox 19+ */ :-moz-placeholder {color: red !important;} /* older Firefox*/ :-ms-input-placeholder {color: red !important;}
And I am seeing a different form than on your screenshot? Is this the correct form?
Hope it helps, Cheers!
-
AuthorPosts