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

#16812
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi Steve,

I will definitely consider adding an option to style the placeholder separately. It simply never been requested so far 🙂

What I meant with that custom CSS, is to use it with the one you already have, because that is constructed for mozilla type browsers only. The trhee rules together will cover all possible browser types:

div.asp_m.asp_m_1 .probox .proinput input.orig::-webkit-input-placeholder {
  color: #686868;
  font-weight: 300;
}
 
div.asp_m.asp_m_1 .probox .proinput input.orig:focus:-ms-input-placeholder {
  color: #686868;
  font-weight: 300;
}

div.asp_m.asp_m_1 .probox .proinput input.orig::-moz-placeholder {
   color: #686868;
   font-weight: 300;
}
Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)