How to I hide content (e.g. text) on a page in the Canvas app?

aksel_waechter
Community Novice

Hi there,

There is certain content on a page, in this case text which I only want to make visible on the Canvas app (iOS and Android app). I am aware of using the code below to hide content from the desktop, phone and tablet version but what would I have to do to hide content only in the mobile app version?

<div class="hidden-desktop hidden-phone hidden-tablet no-print">

ADD CONTENT HERE

</div>

I know it is not as simple as:

<div class="hidden-desktop visible-phone hidden-tablet no-print">

ADD CONTENT HERE

</div>

Thanks for your input Smiley Happy

0 Likes