This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:
Change ‘Quantity #’ button to White background
quantity-input.quantity {
background: white
}
.quantity__button:not(:focus-visible):not(.focused) {
background-color: unset;
}
change Hover state color on ‘Add to cart’ and ‘Buy now’ button. You can change color value to match your store
2. change Hover state color on ‘Add to cart’ and ‘Buy now’ button. You can change color value to match your store
Thanks! This worked but.. both buttons show border line on Hover. How can I remove this border line on hover states on ‘add to cart’ and ‘buy now’ buttons?