Hello Kriesi
Can I view a text only to mobile devices and not for PC?
I would like a text to appear only on mobile devices.
It’s possible ?
Thanks Antonio
Hey Antonio,
If you activate the custom CSS field for builder elements: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, then you can assign a class to the element in question. For instance your-class, then you can add CSS like this to Quick CSS:
@media only screen and (min-width: 1025px) {
.your-class {
display:none;
}
}
Best regards,
Rikard
Thanks Rikard
&
Best Regards
Antonio