We have composite products & box office both added onto this woocommerce site. So there is a lot happening in the Add To Cart Form.
I can’t edit it within cornerstone itself… and trying to figure out where to tweak the CSS to get the mobile view looking nice.
I’ve tried this code - it renders on chrome dev tools small but not on a real ios iPhone.
@media (max-width:767px) {
.wc-box-office-ticket-fields-body label {
font-size: 1rem !important;
font-weight: bold;
}
}
page - https://kcrqf.com/product/2025-single-day-festival-ticket/#review
I’ve currently taken the code out - I may just be putting it in the wrong place. Woocommerce support (who supplies both plugins) helped but is stumped - they think something in the theme is taking a higher priority.
Thanks!!