Skip to content

ShopIsle: change or remove the page top banner image ​

Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.

If you want to remove the page top banner area then go to  Appearance -> Customize -> Additional CSS and add the following:

.page-header-module.module.bg-dark { display: none; }
	section.module { padding: 30px 0; }

Don't forget to save the changes.

Change the banner image instead ​

  • Shop page: Go to Pages, edit the page set as the WooCommerce Shop page, then set or replace its Featured image.
  • Product category pages: Go to Products > Categories, edit the category, and set its thumbnail image. If a category has no thumbnail, the category page uses the Shop page image.
  • Fallback for all pages: Go to Appearance > Customize > Header and set a header image (recommended size: 1200 x 280px).
Was this helpful?