HLM Supply

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Customize dropdown styling #104199
    HLM Supply
    Participant

    Never mind, it does work, I had to use min-width to force it to widen the input area. Also, I had to add the following code in my extra CSS settings to hide the plus/minus buttons in case anyone else needs to do this:

    .quantity .minus, .quantity .plus {
    display: none;
    }

Viewing 1 post (of 1 total)