How to fix blending modes in mobile version?

Hey! I have used the blending modes code from this article, and it looks fine on desktop, but my text turns white on mobile, and it does not blend with the background color :smiling_face_with_tear:

The code is this one:

[data-id=ā€œPASTE WIDGET ID HEREā€] {
mix-blend-mode: difference;
}

I hope someone knows how to fix it

Hi @Abrihel,

Iā€™m afraid mix blend mod property is not supported on mobile for Android. There isnā€™t anything wrong with your code just there isnā€™t any support.

2 Likes