[ARCHIVED] How to I hide content (e.g. text) on a page in the Canvas app?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2019
04:14 PM
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
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.