braevin Posted October 13, 2022 Share 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 Link to comment
creedon Posted October 13, 2022 Share 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 best , and see my profile. Thanks for your support! Link to comment
braevin Posted October 14, 2022 Author Share 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. Link to comment
creedon Posted October 14, 2022 Share 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 best , and see my profile. Thanks for your support! Link to comment
braevin Posted October 15, 2022 Author Share Posted October 15, 2022 @creedon That worked - thank you! creedon 1 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