Jump to content
  • 0

Problem z wyborem ilości produktów


dreszler

Question

Witam mam następujący problem, gdy użytkownik wchodzi na stronę wybiera produkt i następnie wybiera jego ilość mam coś takiego

8147c93c08c47.png

 

chciałbym zlikwidować te strzałki tak żeby został tylko plus i minus.

Obecnie działają obydwa sposoby co wygląda trochę kiepsko

Pozdrawiam

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Dodaj do product.css:

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...