-3

In HTML inputs, there is the line that indicates where you type right now:

The line I'm talking about.

I wanted to know whether is there a way to style it, or at least hide it?

Thanks.

Or Nevo
  • 175
  • 1
  • 10
  • This link should help you: http://stackoverflow.com/questions/9333044/how-to-hide-blinking-cursor-in-input-text – Err Feb 13 '16 at 09:59

1 Answers1

0

This has been answered on this post: Styling text input caret

Be very careful about styling/removing the text Caret, it is usually controlled by the browser and not editable with CSS for good reason. Users need it to understand where they are typing and are not accustomed to see it styled strangely.

Community
  • 1
  • 1
davidelrizzo
  • 683
  • 8
  • 13