CoorlasArchitecture Posted June 20 Share Posted June 20 (edited) Using this neat filter for the newsletter block (Edit>Design>Blend Mode>Difference). It looks fine on desktop, and even looks ok when testing the mobile version in design mode, but on the actual phone (iphone - Chrome and Safari App) the newsletter block shows up with a huge mask behind it. Any thoughts? Website: https://www.coorlasarch.com/leap Edited June 20 by CoorlasArchitecture Forgot image Link to comment
Lesum Posted June 20 Share Posted June 20 @CoorlasArchitecture I'm not entirely sure what's causing the mask behind it. However, you can try this code to address the issue: .fe-block-yui_3_17_2_1_1718892540988_5013 { .newsletter-block, .newsletter-form-wrapper, newsletter-form { background: transparent !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
CoorlasArchitecture Posted June 20 Author Share Posted June 20 2 minutes ago, Lesum said: @CoorlasArchitecture I'm not entirely sure what's causing the mask behind it. However, you can try this code to address the issue: .fe-block-yui_3_17_2_1_1718892540988_5013 { .newsletter-block, .newsletter-form-wrapper, newsletter-form { background: transparent !important; } } Hi - Thanks for the response. Does this go in CSS? Link to comment
Lesum Posted June 20 Share Posted June 20 Just now, CoorlasArchitecture said: Hi - Thanks for the response. Does this go in CSS? @CoorlasArchitecture Yes, Under Custom CSS panel 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
CoorlasArchitecture Posted June 20 Author Share Posted June 20 Just now, Lesum said: @CoorlasArchitecture Yes, Under Custom CSS panel Just tried - Unfortunately did not work. 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