braevin Posted October 13, 2022 Posted October 13, 2022 Site URL: https://www.oraetlabora.wine Does anyone know how to remove the "hover" effect on related products? Right now when you hover over one "related products" image (within one actual product), the whole grouping has a hover opacity. url: oraetlabora.wine password: braevin
creedon Posted October 13, 2022 Posted October 13, 2022 Remove the following ruleset from Design > Custom CSS. .post-type-store-item:hover .grid-image { opacity: .6 } Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
braevin Posted October 14, 2022 Author Posted October 14, 2022 @creedon That worked - however it removed the hover from my shop list page. Know any workarounds? I'm okay with a hover on the related products but just would like it to hover over one at a time instead of the whole block.
creedon Posted October 14, 2022 Posted October 14, 2022 Quote however it removed the hover from my shop list page. Know any workarounds? Try the following. .products.collection-content-wrapper .grid-item:hover .grid-image { opacity : 0.6; } Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
braevin Posted October 15, 2022 Author Posted October 15, 2022 @creedon That worked - thank you! creedon 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment