on my page i have a product slider section called “The widest variety of Kiln-Dried Firewood.”. The select options seems to be broken on some products
Screenshot – https://ibb.co/GTsMGZn
Please see login below
Hey navindesigns,
Thank you for the inquiry.
The issue occurs because of this code in the Quick CSS field.
.add_to_cart_button, .button-mini-delimiter {
display: none!important;
}
Did you add it to remove the delimiter? We can adjust the code a bit so that it only affects the delimiter.
.button-mini-delimiter {
display: none!important;
}
Best regards,
Ismael