TimMonaghan Posted November 27, 2020 Share Posted November 27, 2020 Site URL: https://www.timmonaghanphotography.com/ Hi Everyone, I hope that you are all well? I'm looking at putting a hover effect on my shop images. But it doesn't seem to be working. I'm going to home>pages>shop (cog icon)>advanced>page header code injection I'm putting the code there as I only want the effect on this page. Is that correct? The code I am using is: design-layout-poster .image-card-wrapper {opacity:.3; background: inherit;background-color: rgba(255, 255, 255, .3); backdrop-filter: blur(5px); transition:2s; height: 80%; width: 80%; margin:auto!important; } Link to comment
TimMonaghan Posted December 3, 2020 Author Share Posted December 3, 2020 On 11/27/2020 at 1:10 PM, TimMonaghan said: Site URL: https://www.timmonaghanphotography.com/ Hi Everyone, I hope that you are all well? I'm looking at putting a hover effect on my shop images. But it doesn't seem to be working. I'm going to home>pages>shop (cog icon)>advanced>page header code injection I'm putting the code there as I only want the effect on this page. Is that correct? The code I am using is: design-layout-poster .image-card-wrapper {opacity:.3; background: inherit;background-color: rgba(255, 255, 255, .3); backdrop-filter: blur(5px); transition:2s; height: 80%; width: 80%; margin:auto!important; } Cool, good chat. Link to comment
tuanphan Posted December 5, 2020 Share Posted December 5, 2020 Try this code <style> .design-layout-poster .image-card-wrapper {opacity:.3; background: inherit;background-color: rgba(255, 255, 255, .3); backdrop-filter: blur(5px); transition:2s; height: 80%; width: 80%; margin:auto!important; } </style> 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.