What's your biggest current challenge? Have your say in Community Polls along the right column.

I want to remove the hover/box shadow effect from add to cart button in Dawn theme

Solved

I want to remove the hover/box shadow effect from add to cart button in Dawn theme

swayurindia
Excursionist
144 0 9

One more thing I want a solution for is that I want to remove the hover/shadow effect from the add to cart button I have attached a screenshot for the same you can check below:

swayurindia_0-1694612223358.jpeg

 

 

in this the left side product is on focus/hover mode and the right side product is not on focus at present. I hope you're understanding.

Accepted Solution (1)

Sinchain
Shopify Partner
69 15 20

This is an accepted solution.

Hello @swayurindia 

 

Thank you for reaching out to the Shopify community.

Here are the steps:

1. Navigate to the theme editor Online Store -> Themes -> Edit Code.

2. Search for the asset named as base.css, open the file and add the below code at the end of the file:

button.quick-add__submit:hover::after {
    --border-offset: unset !important;
}

 

Save the changes and let me know if this was helpful.

Thanks.

Sinchain || Recurpay Subscriptions

- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution

View solution in original post

Replies 2 (2)

Sinchain
Shopify Partner
69 15 20

This is an accepted solution.

Hello @swayurindia 

 

Thank you for reaching out to the Shopify community.

Here are the steps:

1. Navigate to the theme editor Online Store -> Themes -> Edit Code.

2. Search for the asset named as base.css, open the file and add the below code at the end of the file:

button.quick-add__submit:hover::after {
    --border-offset: unset !important;
}

 

Save the changes and let me know if this was helpful.

Thanks.

Sinchain || Recurpay Subscriptions

- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
swayurindia
Excursionist
144 0 9

Hi Sinchain

 

One more issue I am facing is that please refer to this link: https://community.shopify.com/c/technical-q-a/change-price-font-size-for-regular-price-only-on-produ...