Conversation
supportWhen the checkbox is not checked the product is still being added to cart although the required checkbox is set. The customer needs to be 18 or older to be able to buy liquor so this is an important checkbox. Also the text is in a light grey while my other page text is in black. Can the text color be changed so that it is more apparent? The page I need help with: [ log in to see the link]
Hi, Can you add these, in the General Options page -> Classes for Buttons to trigger required field alerts .single_add_to_cart_button,.checkout-button,#place_order and save once.
Its your theme issue, There’s an opacity value for p{opacity:0.4}, you have to override using custom css, Appearance → Customize → Additional CSS add this, p.form-row {opacity: 1;} Regards.
Thank you for your quick reply. It works perfectly now and the text color is ok too.
Hi, Can you add these, in the General Options page -> Classes for Buttons to trigger required field alerts .single_add_to_cart_button,.checkout-button,#place_order and save once.
Its your theme issue, There’s an opacity value for p{opacity:0.4}, you have to override using custom css, Appearance → Customize → Additional CSS add this, p.form-row {opacity: 1;} Regards.
Thank you for your quick reply. It works perfectly now and the text color is ok too.