Remove border in the corner of product image

Remove border in the corner of product image

riqui900
Excursionist
22 0 3

Hey guys, could you help?

 

My website: www.fandomfashionhouse.com.br

 

riqui900_0-1719343719190.png

 

Replies 4 (4)

niraj_patel
Shopify Partner
2391 516 513

Hello @riqui900 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
.product-card-wrapper .card{
--border-radius: unset !important;
}

</style>

techlyser_web_0-1719344485051.png

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

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
riqui900
Excursionist
22 0 3

Thanks man! It worked, but now, for desktop version, when i hover the mouse over the product image, create a new little border or something, could you help me to fix that? see the example:

 

riqui900_0-1719345131546.png

 

niraj_patel
Shopify Partner
2391 516 513

@riqui900 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media (prefers-reduced-motion: no-preference) and (hover: hover) {
.animate--hover-vertical-lift .card-wrapper:hover .card--standard .card__inner {
transform: unset !important;
}
}

</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
niraj_patel
Shopify Partner
2391 516 513

@riqui900 
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark my both solution as an Accepted Solution

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com