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.

Pages Index Cover Photo

Featured Replies

Since I am not a developer I was hoping to move to IPS5 with zero or as few as possible template code modifications. I would like to only use the front end theme and page editors.

I am under the assumption that that the bone stock template is as fast as anything and plays well with Google Core Web Vitals. It is not sex but my site is not very sexy.

The one thing I can not figure out is in pages how do I get rid of the cover photo when the whole article is displayed?

I want this on my index page

image.png

But NOT this on the actual aritcle

image.png

Do I need to get a dev to make this change or can I do it without code?

Solved by Ehren

You would need to amend your records template, unless its a new database? If its a new database, just dont use "Record Image".

  • Author

@Marc I found "Record Image Settings" in Pages / Editing Database Articles / Options. That setting toggles on and off the thumbnail on the index page AND the large image at the top of the actual article page.

I want to remove the large image at the top of the individual article page but I want to retain the thumbnail on the index page. Does this require editing the code for the template?

FYI - a search inside ACP for "Record Image Settings" did not return a result. The search inside ACP is often so helpful

  • Community Expert
  • Solution
On 5/23/2026 at 3:32 AM, John Horton said:

I want to remove the large image at the top of the individual article page but I want to retain the thumbnail on the index page. Does this require editing the code for the template?

This Custom CSS will do the trick. You can either add it to your theme, or to a CSS file in Pages which is assigned to your database:

/* Remove cover photo from database record */
.ipsPageHeader--database-record .ipsCoverPhoto{
	display: none;
}

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.