Reply To: Vertical Center text in vertical search results/ Place holder text

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Vertical Center text in vertical search results/ Place holder text Reply To: Vertical Center text in vertical search results/ Place holder text

#16810
Steven Maas
Steven Maas
Participant

Hi Ernest:

Thank you for your prompt reply. The vertical text helped as the text looks more centered. You may want to consider making an option to center the text in a future release.

As for the placeholder text I had to go back to the original code I sent:

div.asp_m.asp_m_1 .probox .proinput input.orig::-moz-placeholder {
color: #686868;
font-weight: 300;
}
I tried your code and the font was darker like the regular input style so I went with the original code I sent.

I would highly recommend having a placeholder color option in your theme set up. In fact I am surprised that you don’t already because you gave so many style options to begin with. Every input box that I have seen on the internet has a lighter placeholder text then the one when typing.

Thanks!

-Steve