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
Place Holder to faint - Post ID 303856
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
Mastering The Understanding With Hands-On Learning
NEW TO "COFFEECUP SITE DESIGNER" FOUNDATION 6 FRAMEWORK?
STUCK ON SOMETHING?
LEARNING & UNDERSTANDING "THE HOW TO"? THE WHY'S & THE WHEREFORE'S?
WITH WAYAN'S STEP BY STEP TUTORIALS
Contact Me For One To One Assistance
https://mawarputih.coffeecup.com/forms/contact-wayan/
A simple quick way to contact me
https://rsd-tutorialscom.coffeecup.com/ … l-details/
NEW TO "COFFEECUP SITE DESIGNER" FOUNDATION 6 FRAMEWORK?
STUCK ON SOMETHING?
LEARNING & UNDERSTANDING "THE HOW TO"? THE WHY'S & THE WHEREFORE'S?
WITH WAYAN'S STEP BY STEP TUTORIALS
Contact Me For One To One Assistance
https://mawarputih.coffeecup.com/forms/contact-wayan/
A simple quick way to contact me
https://rsd-tutorialscom.coffeecup.com/ … l-details/
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.