Please try this. Go to Appearance > Customize > Additional CSS and put this:
.inner-header-overlay {
filter: alpha(opacity=0);
opacity: 0;
}
Let me know if this helps.
Thank you!
Hi, thank you so much for your help! Unfortunately, that didn’t seem to work. I just got an email from the support team and they provided this:
To remove gray area and manage it
body .inner-banner {
padding: 20px 0 0 !important;
}
.inner-header-overlay {
display: none;
}
To completely remove
.inner-banner {
display: none;
}
Problem solved! Thank you to everyone who helped!!!