How to show a certain field ONLY on mobile?
I am aware about mobile class so I created:
.mobile .android_class {
font-family: "Example5";
}
and:
<div class="android_class">{{Image}}</div>
But it doesn’t work for fields : {{Image}}.
Even though styles like color are working, but in case of fields they are ALWAYS shown even on desktop