In HTML inputs, there is the line that indicates where you type right now:
I wanted to know whether is there a way to style it, or at least hide it?
Thanks.
In HTML inputs, there is the line that indicates where you type right now:
I wanted to know whether is there a way to style it, or at least hide it?
Thanks.
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.