slimeya Posted May 21, 2023 Posted May 21, 2023 I'm using this code to add a hover text overlay on my image poster. How do I make it so that the text is 100% opaque? Right now it is transparent and hard to read. I'm using ver 7.0 Thanks! .design-layout-poster .image-card-wrapper { visibility: hidden; opacity: 0; transition-duration: .5s } .design-layout-poster:hover .image-card-wrapper { visibility: visible; opacity: .8; background-color: #FAD22C!important; }
tuanphan Posted May 25, 2023 Posted May 25, 2023 Hi, Can you share link to page where you use image? We can check code 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!)
tuanphan Posted June 25, 2023 Posted June 25, 2023 Because you used opacity, this opacity attribute will affect on both title + overlay You need to use a different code to add overlay. Can you remove code again? We can test new code 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment