Ghady Posted November 5, 2019 Share Posted November 5, 2019 Hello! My website is https://mastercarsreview.com/ and I want to have a cool animation on my Blog pages "News" and "Reviews", and the "Gallery" page. I want the blog post to enlarge while hovering and the images set in the Gallery page to enlarge also on hover. Does anyone have an idea about the Custom CSS? Thanks you in advance. Link to comment
tuanphan Posted November 6, 2019 Share Posted November 6, 2019 18 hours ago, Ghady said: Hello! My website is https://mastercarsreview.com/ and I want to have a cool animation on my Blog pages "News" and "Reviews", and the "Gallery" page. I want the blog post to enlarge while hovering and the images set in the Gallery page to enlarge also on hover. Does anyone have an idea about the Custom CSS? Thanks you in advance. Add to Home > Design > Custom CSS .BlogList-item-image img { transition: all 0.25s; } .BlogList-item-image { overflow: hidden; } .BlogList-item-image img:hover { transform: scale(1.2); } 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.