Good afternoon Andrew,
Thank you for the reply and the info.
As I suspected, this is a combination of things (all CSS):
- The width of the quantity div
- The background color
- The CSS rules for the quantity elements.
In the end there are many solutions, but here is one using a few CSS rules.
You might want to tweak it.
Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:
.tribe-tickets-form-row .screen-reader-text {display: none !important}
.woocommerce .quantity .minus, .woocommerce .quantity .plus {
width: 28px !important;
color: #000 !important;
}
Let me know how that goes.
Best regards,
Geoff B.