Complete website in Rs. 5,000 with Free Hosting & Domain. Offer ends in  00:00:00
Back to Blog

CSS Code Snippets

Oct 11, 2023 Updated: Oct 11, 2023

Remove arrows from input type number

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}
Contact

Got A Question For Us?

Feel free to ask anything directly on call or fill the form and we will contact back within few hours.