+ 7
How to increase the Caret size (blinking cursor) in input or textarea?
2 Answers
+ 5
For the blinking cursor you can just increase the width or height ,for the input use font-size in input or textarea css selector.
+ 2
You can only change the color of standard caret.
To increase height/width customize your own caret.