I'm working with a responsive theme. And I'm facing the input form problem here. In the desktop view, the input will not have placeholder but have label.
However, when it comes to the mobile view, I will hide this input label and change this label with placeholder.
<input name="name" type="text" placehoder="insert your name">
My real question is so simple here. How to hide this placeholder with css?
Thanks in advance!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…