Using the Taste theme and I am trying to remove the text box background on the Image Banner. Just want the text and button visible in the lower left corner.
@BradZB - please open customize settings, open banner and check if you have an option to ‘deselect’ show container.
Hey @BradZB ,
On your Image banner, on the right side, scroll down to Custom CSS and paste the code below the screenshot.
.banner__box { background-color: transparent; border: none; }