How to make a Shopify image banner background transparent?

Hi,

How do I remove the black box around the text to make it transparent?

The website URL is: https://street-level-7518.myshopify.com/

and the password is betree

1 Like

@Danngold

Open Shopify admin>>>online store>>>Theme>>>action>>>edit code>>>assets>>>base.css

Kidly past the below code in base.css

div#Banner-template--20017474175297__dba43bd8-619b-4f48-ad7c-8ec39c34e1aa .banner__box {
    background-color: transparent;
}

Let me know if its work.

Hi @Danngold

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Base.css

#Banner-template--20017474175297__dba43bd8-619b-4f48-ad7c-8ec39c34e1aa .banner__box {
    background-color: transparent !important;
}

Hope you find my answer helpful!

Best regards,

Richard | PageFly