mervin Posted April 3 Posted April 3 Hi, i would like your help with this problem: Idea: I want headline over image. Sometimes there is contrast problem so i decided to use Exclusion blending mode. It works fine when headline is white, background behind type black, blending mode Exclusion. The effect looks exactly how i want since i want it to be clean but little edgy. Problem: everything works fine but there is a "bug" with original white type and black background appearing for a moment before blending mode takes effect. I need to figure out a way to achieve this kind of effect without the blending delay. I have attached video so you know what I'm talking about. Web: https://blue-oleander-b4f7.squarespace.com/workshop Pass: demoerror headline-effect.mov
tuanphan Posted April 5 Posted April 5 Try this code to Custom CSS box .fe-block-15c8120fcf21be14e6aa * { background-color: transparent !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
mervin Posted April 5 Author Posted April 5 4 hours ago, tuanphan said: Try this code to Custom CSS box .fe-block-15c8120fcf21be14e6aa * { background-color: transparent !important; } Thank you for quick reply. Sadly, this doesn't work.
Solution tuanphan Posted April 7 Solution Posted April 7 Try this to Custom CSS box .fe-block-15c8120fcf21be14e6aa { mix-blend-mode: exclusion !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
mervin Posted April 8 Author Posted April 8 18 hours ago, tuanphan said: Try this to Custom CSS box .fe-block-15c8120fcf21be14e6aa { mix-blend-mode: exclusion !important; } It works. Thank for your quick help.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment