Shopify themes, liquid, logos, and UX
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>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
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:
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.
@riqui900
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark my both solution as an Accepted Solution
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025