Jump to content

How to get rid of quantity selection arrows

Go to solution Solved by tuanphan,

Recommended Posts

Hey guys,

I am encountering a problem. I want to make the arrows for the quantity selection of an item look either nicer or maybe make a drop-down menu out of it. Attached is an image of how it looks right now. I would really appreciate your ideas.

 

Screenshot 2024-02-27 at 11.47.04.png

Link to comment
  • 3 weeks later...
  • 2 weeks later...
  • Solution
On 3/23/2024 at 9:05 PM, Efestoone said:

You can use this code to Website > Website Tools > Custom CSS

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 2 weeks later...
On 3/26/2024 at 6:57 PM, tuanphan said:

You can use this code to Website > Website Tools > Custom CSS

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

 

Thank you @tuanphan!

Link to comment

Create an account or sign in to comment

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

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.