Shopify themes, liquid, logos, and UX
Hello,
I would like to change the border color of my add to cart button when the customer hovers/clicks on the button to be the same color as the background (#f15822). Here is the code I have, which works to change the background and font color, but not the border:
.product-form__submit:hover { background-color: #f15822 !important; color: white !important; border-color: #f15822 !important; }
or
.product-form__submit:hover { background-color: #f15822 !important; color: white !important; border: 2px solid #f15822 !important; }
I appreciate any insight you all can provide me with.
Solved! Go to the solution
This is an accepted solution.
Hello, thank you for pointing out the box-shadow! I added the following code to my base.css file and it worked to remove the border.
.button:not([disabled]):hover:after{box-shadow: none;}
Hi @Sbaizer
You change the border-color but did you check if there is box-shadow on that borders? Would you mind to share your Store URL website? with password if its unpublish. Thanks!
This is an accepted solution.
Hello, thank you for pointing out the box-shadow! I added the following code to my base.css file and it worked to remove the border.
.button:not([disabled]):hover:after{box-shadow: none;}
And you add the border-color?
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024