• Resolved dave8441

    (@dave8441)


    The word “Quantity” is missing from the quantity input field on my product pages. How can I fix that?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • This is one for your theme vendor’s support service.

    Meanwhile you can try this custom css:

    .quantity:before {
      content: "Quantity:";
      display: inline-block;
      margin-bottom: 12px;
    }

    This goes at:
    Dashboard > Appearance > Customize > Additional CSS

    Thread Starter dave8441

    (@dave8441)

    Thanks @lorro, but unfortunately the code isn’t working for me. I will contact theme support per your suggestion.

    Otherwise, turn off caching temporarily and I’ll try to diagnose why its not working for you.

    Thread Starter dave8441

    (@dave8441)

    Our theme tech support guy was able to fix the issue, so I will mark this as resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Quantity label missing’ is closed to new replies.