Jason0002 Posted April 7, 2020 Share Posted April 7, 2020 Site URL: https://www.jasonperreault.com/ Hi everyone! I am currently tweaking my website with some custom injections, I am using the Wells template. I have two questions: The first is that I am trying to remove the hover effect on the image on my home page, and want to make it 'unclickable' entirely. I've tried pointer-events: none, but the code does nothing. Second question: On my 'WORK' page, I would like to add a hover effect to show that the images are indeed clickable. Probably a soft white filter hover effect. Thanks so much, Hope everyone is well and safe. Link to comment
tuanphan Posted April 7, 2020 Share Posted April 7, 2020 Q1. Add to Home > Design > custom CSS .homepage #galleryWrapper .thumb { pointer-events: none; } Q2. I will check tomorrow, slowly wifi here.. 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
Jason0002 Posted April 7, 2020 Author Share Posted April 7, 2020 This worked! Thank you very much! Link to comment
tuanphan Posted April 8, 2020 Share Posted April 8, 2020 17 hours ago, Jason0002 said: This worked! Thank you very much! Q2. Add to Work Page Settings > Advanced > Header <style> #page img:hover { opacity: 0.5; } </style> 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.