How to remove border on add to cart button on hover - Dawn 14.0.0

Solved

How to remove border on add to cart button on hover - Dawn 14.0.0

FloridaGlow
Explorer
92 0 11

Hi! I changed the color of the add to cart button when hovered on the collection page and the homepage on the featured collections with this code: 

.quick-add__submit:hover {
background-color: #c99c97 !important;
}

 

But the black border around the button stays but I want it to not be there when hovered on. I am in Dawn 14.0.0, please refer to the picture:

 IMG_7908.jpg

I want that black border to be gone only when hovered.

Thanks

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11942 2340 2516

This is an accepted solution.

Hi, please add more of this code to remove that border when hovering on your quick add button;

.quick-add__submit:hover:after { box-shadow: unset !important; }

 

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 5 (5)

MooseDesk
Shopify Partner
628 70 185

Hi @FloridaGlow ,

 

Thanks for reaching out to the community. We are MooseDesk, a comprehensive Live Chat, FAQ & Helpdesk App designed to elevate your customer support experience.

If you want to remove the bold border on hover, add the following CSS code:

 

 

.quick-add__submit:hover:after {
    --border-offset: 0px !important;
    --border-opacity: 0 !important;
}

 

 

 

So this is my answer to your question. If this is helpful for you, please let me know by giving MooseDesk a 'LIKE'. If your question is answered please mark this as 'SOLUTION’.

 

Once again, keep up the fantastic work, and I wish you the best of luck in the future!

 

Was your question answered? Giving MooseDesk's reply a Like or marking it as an Accepted Solution!


MooseDesk - #All-in-one Customer Support and Helpdesk Solution for Shopify Merchants

Install now. Be our early bird and get all features free forever.

Dan-From-Ryviu
Shopify Partner
11942 2340 2516

This is an accepted solution.

Hi, please add more of this code to remove that border when hovering on your quick add button;

.quick-add__submit:hover:after { box-shadow: unset !important; }

 

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

FloridaGlow
Explorer
92 0 11

Worked, thanks!

Dan-From-Ryviu
Shopify Partner
11942 2340 2516

Very welcome!

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Kyle_liu
Shopify Partner
437 55 80

 

Hi @FloridaGlow 

You can add the following code

.quick-add__submit:hover:after {
    box-shadow: none !important
}

 

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to contact me Email Me Buy Me A Coffee