Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
This works only when there's mktoValid class. By default, the class isn't there until it's clicked.
Thanks. I'm sorry that I forgot to mention that I was looking for a CSS based solution, as there's no scope for JS.
Hi,I am working on this form. I want to have the color of Select field "Company Size" same as the hint texts above. This shouldn't change the color of dropdown values.I have tried the following:option:first-child{color: #828282 !important;}It seemed to overwrite the other CSS, but not acting on scre...