Of course you can do it just with CSS.
Add this code to your CSS file:
border: none;
color: transparent;
text-shadow: 0 0 0 gray;
text-align: center;
&:focus {
outline: none;
}
Here you have the SOURCE and a DEMO
Of course you can do it just with CSS.
Add this code to your CSS file:
border: none;
color: transparent;
text-shadow: 0 0 0 gray;
text-align: center;
&:focus {
outline: none;
}
Here you have the SOURCE and a DEMO