• Resolved jccho96

    (@jccho96)


    Hi, I want to change the quantity counter on the single product page, for example changing the outline border and width. Can someone please help me?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @jccho96,

    You can manage the style for quantity button with this simple CSS code:

    .woocommerce form.cart .quantity .plus,
    .woocommerce form.cart .quantity .minus {
      width: 60px;
      border: 1px solid #333;
    }

    To apply it to your site, add it to Appearance > Customize > Additional CSS from dashboard.

    Thread Starter jccho96

    (@jccho96)

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Customize quantity button on single product page’ is closed to new replies.