Just realized it was still showing the pill shaped button in black once you actually clicked the add to cart button, so after some testing figured out you need to add the hover part to the code as well to the stylesheet_css_buttons.css.
input.submit_button, input.cssButtonHover { -webkit-appearance: none; }


Reply With Quote


