Jump to content
View in the app

A better way to browse. Learn more.

Invision Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Hide some elements

Featured Replies

I have 2 databases.

Here is a screenshot of the widgets who are showing elements from them. I want to hide info for the first one only (red circle) not the second database elements (green circle)

Is there a way to do that ?

image.png

You can find these blocks in live here using a pc (top right) : https://www.internazionale.fr/forums

You can target that specific widget using the data-blockid attribute. Here you go:

[data-blockid="app_cms_RecordFeed9_17054b"] .ipsData__content > .ipsData__extra {
	display: none;
}

If you ever remove and re-add the widget, the blockid value will change. In that case you must update the CSS rule with the new one.

  • Author

Perfect, thanks !!

You can add the following to the code of this block of yours, before the last closing div tag:

<style>.ipsData__last--author, .ipsData__stats{display: none;}</style>

  • Community Expert

Don’t add Adlagos code from above as it will remove the last author and the stats from every widget on your page.

Terabytes code is correct.

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.