Efestoone Posted February 28 Posted February 28 Hey guys, I have been trying to change the shape of the animation when you hover over a button for the related products in my store. Is there any way to change the shape? Image related: It should be a circle, not a square.
tuanphan Posted March 2 Posted March 2 Can you share link to this product? We can check problem easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Efestoone Posted March 3 Author Posted March 3 (edited) Here you go: https://www.efesto.one/shop/p/elephanti Thank you very much! Edited March 3 by Efestoone
Solution tuanphan Posted March 5 Solution Posted March 5 On 3/3/2024 at 9:58 PM, Efestoone said: Here you go: https://www.efesto.one/shop/p/elephanti Thank you very much! Try this code to Website > Website Tools > Custom CSS div.sqs-add-to-cart-button:hover, div.sqs-add-to-cart-button:before { border-radius: 50% !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Efestoone Posted April 11 Author Posted April 11 Hey, with this command I have run into a new issue. Maybe anyone could help me, please. The hover animation for the "+" is perfect now but the command had an impact on the "add to shopping cart" button hover animation (See attached image). Is there a way to separate them? Here the website: https://www.efesto.one/shop/p/colubris-t-shirt Thank you in advance!
tuanphan Posted April 13 Posted April 13 On 4/12/2024 at 12:03 AM, Efestoone said: Hey, with this command I have run into a new issue. Maybe anyone could help me, please. The hover animation for the "+" is perfect now but the command had an impact on the "add to shopping cart" button hover animation (See attached image). Is there a way to separate them? Here the website: https://www.efesto.one/shop/p/colubris-t-shirt Thank you in advance! Remove code I sent & use this new code section[class*="add-ons"] div.sqs-add-to-cart-button:hover, section[class*="add-ons"] div.sqs-add-to-cart-button:before { border-radius: 50% !important; } Efestoone 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment