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?
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025