Place Holder to faint - Post ID 303856
Hello all
When designing a form the place holder looks fine but in my site its way to dark - can't really read it. Can I change this?
Thanks in advance
When designing a form the place holder looks fine but in my site its way to dark - can't really read it. Can I change this?
Thanks in advance
My apologies the posted form the place holders are to light to read
https://houstoncoolpools.com/home-generator.html
I see in form properties Font section - but that seems to have no effect on the posted place holders
Thanks
https://houstoncoolpools.com/home-generator.html
I see in form properties Font section - but that seems to have no effect on the posted place holders
Thanks
Byron Tipping wrote:
My apologies the posted form the place holders are to light to read
https://houstoncoolpools.com/home-generator.html
I see in form properties Font section - but that seems to have no effect on the posted place holders
Thanks
My apologies the posted form the place holders are to light to read
https://houstoncoolpools.com/home-generator.html
I see in form properties Font section - but that seems to have no effect on the posted place holders
Thanks
Go to the element settings set the font size a bit bigger choose bold and colour black
If you still struggling send me the form and I will take a look and make a video for you
STUCK ON SOMETHING?
Learning by doing. Responsive Site Designer Tutorials
Learning by doing. Responsive Site Designer Tutorials
Target all place holders
Target by input name
Target required inputs
<style>
::placeholder {
color: red;
}
</style>
::placeholder {
color: red;
}
</style>
Target by input name
<style>
input[name="text1"]::placeholder {
color: red;
}
</style>
input[name="text1"]::placeholder {
color: red;
}
</style>
Target required inputs
<style>
:required::placeholder{
color:green;
}
</style>
:required::placeholder{
color:green;
}
</style>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.