How can I fix the darkening banner issue in Venue Theme?

Hey!

Try adding this to the bottom section-image-banner.css:

#Banner-template--16149670494425__image_banner::after {
    opacity: 0 !important;
}
1 Like

Perfect! Thank you!