Dawn Theme: How to add a coloured background to the heading text in Image Banner?

I want to add a background to the text in image banner heading. First picture is how it looks currently, second is how I want it to be. Any ideas?

Thanks!

Hi @II2000

Can you give me your Store URL( with pass if your store password is enabled) so I can check it for you?

Kind & Best regards,
GemPages Support Team

@II2000

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.

Hello @II2000 ,

Please share your store URL and password(If it is password protected).

So that I can check and suggest you add a background to the text in the image banner.

Thank you

Hi @II2000 ,

Go to Assets > base.css and paste this at the bottom of the file:

.banner .banner__heading {
  background: #000;
}

Hope it helps!