Shopisle Remove 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.