SolveigTraeet Posted February 14, 2021 Share Posted February 14, 2021 Site URL: https://caper-badger-3s6d.squarespace.com/blog/mytruth Password: home I wish to create a second image on hover over Blog Thumbnail. I want a different image to each Blog thumbnail. Can anyone help me? Link to comment
tuanphan Posted February 15, 2021 Share Posted February 15, 2021 Add to Blog Page Header <style> .blog-basic-grid>article .image-wrapper:hover img { visibility: hidden; } .blog-basic-grid>article:nth-child(1) .image-wrapper:hover { background-image: url(https://cdn.pixabay.com/photo/2021/02/03/14/52/woman-5978200__340.jpg); background-size: cover; background-repeat: no-repeat; } .blog-basic-grid>article:nth-child(2) .image-wrapper:hover { background-image: url(https://cdn.pixabay.com/photo/2021/02/07/19/57/gazelle-5992510__340.jpg); background-size: cover; background-repeat: no-repeat; } </style> Repeat for other blog items SolveigTraeet 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
SolveigTraeet Posted February 15, 2021 Author Share Posted February 15, 2021 @tuanphan Thank you! 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