Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1373328

    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

    #1373333

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.