app4qp Posted June 9 Share Posted June 9 I was able to add a code to zoom the image when I hover over it, but when I add text on top of the image, and hover over it, the image doesn't zoom. It's only when the text is off that I am able to have the image zoom in when I hover. Does anyone know if of a way for me to zoom on the just the image, when text is placed on top? Link to comment
Lesum Posted June 9 Share Posted June 9 @app4qp Try adding this code under Website > Pages > Website Tools > Custom CSS .fe-block-yui_3_17_2_1_1717863215220_25365 { pointer-events: none !important; } You need to replace "fe-block-yui_3_17_2_1_1717863215220_25365" in the code with the class name of the text block positioned above the image. 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
app4qp Posted June 9 Author Share Posted June 9 Thanks! It worked! Is there a way to do this for an entire section? So I don't have to code it for each image/ text block? Link to comment
Lesum Posted June 9 Share Posted June 9 @app4qp Can you share your site URL? 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
app4qp Posted June 9 Author Share Posted June 9 https://coral-armadillo-82lx.squarespace.com/config/pages > Under the Home (disabled) pages Link to comment
Lesum Posted June 9 Share Posted June 9 @app4qp I'm only seeing a Coming Soon Page. Disabled pages are not visible publicly. 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
app4qp Posted June 9 Author Share Posted June 9 I've enabled the page- please see here. https://www.bobabobacafe.com/home Link to comment
Solution Lesum Posted June 9 Solution Share Posted June 9 @app4qp Add this code: section[data-section-id="66651ff9d950e32d33a4f27b"] { .fe-block:has(p), .fe-block:has(h1), .fe-block:has(h2), .fe-block:has(h3), .fe-block:has(h4) { pointer-events: none !important; } } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment