eddiefieg Posted August 23 Share Posted August 23 www.eddiefieg.com/store In my online store, there is a subtle, default hover effect on the items for sale. With custom CSS, can I remove this hover effect entirely? Any help would be much appreciated! Thanks, all! Link to comment
tuanphan Posted August 25 Share Posted August 25 You can use this to Website Tools > Custom CSS a.product.on-sale * { opacity: 1 !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!) Link to comment
eddiefieg Posted August 26 Author Share Posted August 26 Hmm, that didn't quite work, but I appreciate you reaching out! Link to comment
Solution sqsp_guru Posted August 26 Solution Share Posted August 26 @eddiefieg you can try this, add below code into CSS editor in the last of all code. #productList .product:hover .product-image img { opacity: 1 !important; } Please like and upvote if you found my comments helpful. Cheers 🙂 Agha Waqas (sqsp guru) Squarespace Website Developer Contact me: https://sqspguru.com or hello@sqspguru.com ☕ Did I help? Buy me a coffee? (thank you!) Link to comment
eddiefieg Posted August 27 Author Share Posted August 27 That worked! Thank you so much! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment