Hi,
would you please confirm that you have the form active in that page?
Please, add the screenshot what part you need to have in black.
Thank you!
Thread Starter
maced
(@maced)
Hi Suzie,
496/5000
The form is indeed active on the web page. The screenshot (I can not upload a file here on the support page) shows that the placeholder text is light gray (In Safari and Google Chrome). The text must be darker. I already tried with:
.fm-form-container.fm-theme1 .fm-form select {
font size: 16px;
color: # 6d532a! important;
border radius: 2px! important;
opacity: 0
}
the color of the text does change but the opacity of the field itself is not ‘off’.
I hope you can help me with this? And how I can upload the screenshot (or email?).
Thanks in advance
Hi,
Please, make sure your page is public or you have published the form.
Check this screenshot, please.
Have a nice day!
Thread Starter
maced
(@maced)
Hi Suzie,
Sorry about that, but I have two screenshots;
first screenshot is from Safari;
second screenshot is from Firefox, both on a mac.
Thanks and you too a nice day, the weather is great over here…
Hi,
Could you please try to change the colour from the Them Options? Navigate to the certain Theme > Input > Color. See the screenshot.
I hope it is going to help.
Thank you!
Have a nice day!
Thread Starter
maced
(@maced)
Hi kimabaghdasaryan,
Your suggestion I already done, and I also tried to change the color in ‘Custom CSS’ but the only color that change is the backgroundcolor, see the screenshots.
InputBox (colors)
https://gyazo.com/5ae9310f819de4f9245fff3e1cedeae6
Firefox
https://gyazo.com/2f26014cbadf7fd6423dee9996eaebc0
Google Chrome
https://gyazo.com/7ad2bc8447a368afdd572cbdac4f807c
Safari
https://gyazo.com/a1f7e40de34ae35a3731d3b0f7957e70
Thanks for the support.
Have a nice day too!
Hi,
We do not see the form in your page in order to provide a CSS solution. Is it possible to publish the form on another page and let us know to check? We still see like on this screenshot.
Thank you!
Have a nice day!
Thread Starter
maced
(@maced)
Hello kimabaghdasaryan,
The link to the page with the form is below. The colors are adjusted, blue background and smokewhite text, for the time being.
https://winkelcentrumkadobon.nl/?page_id=1691
Hi @maced,
I am sorry for getting back to you late.
Here is the solution.
Please add the below code in Appearance > customize > additional CSS section:
.fm-form-container input::placeholder,
.fm-form-container textarea::placeholder {
color: red !important;
}
Thread Starter
maced
(@maced)
Hi Zhanna Khachatryan,
thank you very much for this solution, it works fine!