Place Holder to faint - Post ID 303855

User 458539 Photo


Registered User
1,625 posts

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
User 458539 Photo


Registered User
1,625 posts

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
User 2699991 Photo


Registered User
5,077 posts
Online Now

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

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/
User 187934 Photo


Senior Advisor
20,239 posts

Target all place holders
<style>
::placeholder {
color: red;
}
</style>

Target by input name
<style>
input[name="text1"]::placeholder {
color: red;
}
</style>


Target required inputs
<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

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.