MKrause18 Posted August 20, 2023 Share Posted August 20, 2023 I have a set of boxes that I have a hover effect on that show an image when hovered. I have text boxes on top of those images, when the mouse goes over the text box the hover effect is then removed. Is there a way to ignore the textbox so the hover effect stays? eventnetwork.squarespace.com "Experience Across Industries" HourOne2023 Link to comment
Lesum Posted August 20, 2023 Share Posted August 20, 2023 Hi @MKrause18, Would it be possible to share your site URL? I can take a look. Thanks! If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
MKrause18 Posted August 20, 2023 Author Share Posted August 20, 2023 Just now, Lesum said: Hi @MKrause18, Would it be possible to share your site URL? I can take a look. Thanks! "Experience Across Industries" eventnetwork.squarespace.com PW: HourOne2023 Link to comment
Solution Web_Solutions Posted August 21, 2023 Solution Share Posted August 21, 2023 10 hours ago, MKrause18 said: "Experience Across Industries" eventnetwork.squarespace.com PW: HourOne2023 Add this code on Custom CSS panel. [data-section-id="64d2a320859b3c4f6c49189e"] .fe-64d2a3215c48615533d18681 { .fe-block:has(.html-block) { pointer-events: none !important; } } Kobir, MKrause18 and Ainul 3 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
MKrause18 Posted August 21, 2023 Author Share Posted August 21, 2023 11 hours ago, Web_Solutions said: Add this code on Custom CSS panel. [data-section-id="64d2a320859b3c4f6c49189e"] .fe-64d2a3215c48615533d18681 { .fe-block:has(.html-block) { pointer-events: none !important; } } Perfect! Thank you so much! Link to comment
Web_Solutions Posted August 21, 2023 Share Posted August 21, 2023 56 minutes ago, MKrause18 said: Perfect! Thank you so much! Welcome! Ainul and Kobir 2 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. 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