Hello! I recently added the Buy it Now option to my store and the hover stopped working for the button.
Here's what I have:
.product-form__cart-submit:hover {
background-color: #F7BB8E !important;
}
.shopify-cleanslate ._3G6VJhJYno-AX3-X38f1TA:hover {
background-color: #F7BB8E !important;
}
How can I make it so both buttons are black with white text and hover change to the orange colour #F7BB8E ?
My website is shop-punico.com
Thanks in advance!
Solved! Go to the solution
@tapi-oca - add following css to the very end of theme.css file
.product-form__cart-submit{color: #fff;}
.shopify-payment-button .shopify-payment-button__button--unbranded:hover {
background-color: #F7BB8E !important;
}
Thanks for helping! Not sure what happened, but the first time I entered your code, it worked only for the BUY NOW and the ADD TO CART hover changed to white.
I re-entered the code and now it looks like this and I'm not sure where the Buy with GPay came from but it's done this to me when I re-entered the same code before.
I also noticed that the BUY NOW button loads slower than the rest of the page/the ADD TO CART BUTTON, do you know why this may be?
User | Count |
---|---|
387 | |
204 | |
144 | |
46 | |
42 |