Redplayback Posted February 17, 2021 Share Posted February 17, 2021 Site URL: https://redplayback.uk Hello, Please could someone help. I have and image in the lower right corner of my footer. It has a link attached and would like it to zoom slightly on hover. I have tried some scc , but didnt work. Thanks. Link to comment
tuanphan Posted February 19, 2021 Share Posted February 19, 2021 It looks like you solved with this code .sqs-block-image .design-layout-inline:hover { transform: scale(1.2); transition: .8s } This will apply all inline image. If you want to apply 1 image only, use this code div#block-yui_3_17_2_1_1613407556654_27821 .design-layout-inline:hover { transform: scale(1.2); transition: .8s } 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
Redplayback Posted February 19, 2021 Author Share Posted February 19, 2021 I managed to get it to work, thanks for your help. 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