slimeya Posted May 21, 2023 Share Posted May 21, 2023 (edited) I'm using this code to add a hover text overlay to my image but the image still has a slight gray transparency on top when I don't hover. How do I get it so that the grey is gone and I can see the proper color of my image when there is no hover? I'm in 7.0 .design-layout-poster .image-card-wrapper { visibility: hidden; opacity: 0; } .design-layout-poster:hover .image-card-wrapper { visibility: visible; opacity: .8; background-color: #FAD22C!important; } Edited May 21, 2023 by slimeya Link to comment
Solution slimeya Posted May 21, 2023 Author Solution Share Posted May 21, 2023 just had to change image overlay color in site styles! tuanphan 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