Carolinemw98 Posted July 13, 2022 Share Posted July 13, 2022 Site URL: https://rabbit-aardvark-bj2d.squarespace.com/listings I added a hover effect to poster images using CSS so that when you hover over an image the text appears with a darker background (making it easier to read), however I'd like to disable the hover effect all together in mobile view and just have it show up with the text and dark background. Is there any way to do this with CSS? Thanks! Link to comment
Solution AndreaDube Posted July 13, 2022 Solution Share Posted July 13, 2022 Try @media screen and (max-width: 833px) { .design-layout-poster .image-card-wrapper { background-color: rgba(0,0,0,.5) !important; } } Wolfsilon and tuanphan 2 Link to comment
Carolinemw98 Posted July 14, 2022 Author Share Posted July 14, 2022 That worked! Thank you so much!! 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