Shopify colourblock how to remove image banner header text background.

Looking to make the the white background block from the text in my image banner translucent, not fully transparent.

Is this possible? Thanks.

https://cryticalhit.myshopify.com/

Password123

@Laurus ,

Can you share the screenshot?

Try adding this to the bottom of your base.css file and clicking save:

.banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient {
    opacity: .75;
}

Thanks, but I don’t want to make the text transluscent as well, just the white background. This is close though.