Dawn theme - image banner button - white padding issue


Hi,

Regarding Dawn theme, as attached screenshot, I would like to remove the white background/padding inside the image banner with the single button, how can I do it please?

Thanks,

Shawn

Hi @shawnche7

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

Best Regards,

Sahil

Hi @shawnche7

Could you share your store link?

Hi @shawnche7 ,
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

Hi Sahilsharma,

it’s https://the-blackbird-ai.myshopify.com and password I PM you.

Hello Dan,

It’s https://the-blackbird-ai.myshopify.com/, and password I PM you.

Please add this code to Custom CSS of banner section to solve it

.banner__box {
background: transparent;
}
.banner__box .button { opacity: 1; }
1 Like

Amazing! works perfectly

1 Like

Very welcome!