Banner Zone
Put the following style into the styles section to remove the gradient on page banners
.banner-zone:before {
opacity: 0;
}
.banner-zone {
height: 150px; /* Adjust the height to make it smaller */
padding: 10px 0; /* Optional: Adjust padding to reduce the internal spacing */
margin: 0 auto; /* Optional: Center the banner */
}